~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/service/error_message.h

Renamed namespace slot to namespace service.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef DRIZZLED_SLOT_ERROR_MESSAGE_H
21
 
#define DRIZZLED_SLOT_ERROR_MESSAGE_H
 
20
#ifndef DRIZZLED_SERVICE_ERROR_MESSAGE_H
 
21
#define DRIZZLED_SERVICE_ERROR_MESSAGE_H
22
22
 
23
23
// need stdarg for va_list
24
24
#include <stdarg.h>
30
30
{
31
31
  class ErrorMessage;
32
32
}
33
 
namespace slot
 
33
namespace service
34
34
{
35
35
 
36
36
class ErrorMessage
50
50
  bool vprintf(Session *session, int priority, char const *format, va_list ap);
51
51
};
52
52
 
53
 
} /* namespace slot */
 
53
} /* namespace service */
54
54
} /* namespace drizzled */
55
55
 
56
 
#endif /* DRIZZLED_SLOT_ERROR_MESSAGE_H */
 
56
#endif /* DRIZZLED_SERVICE_ERROR_MESSAGE_H */