~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/service/info_schema.h

Renamed namespace slot to namespace service.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
 
22
 
#ifndef DRIZZLED_SLOT_INFO_SCHEMA_H
23
 
#define DRIZZLED_SLOT_INFO_SCHEMA_H
 
22
#ifndef DRIZZLED_SERVICE_INFO_SCHEMA_H
 
23
#define DRIZZLED_SERVICE_INFO_SCHEMA_H
24
24
 
25
25
#include <vector>
26
26
#include <functional>
32
32
  class InfoSchemaTable;
33
33
}
34
34
 
35
 
namespace slot
 
35
namespace service
36
36
{
37
37
 
38
38
class InfoSchema
53
53
 
54
54
};
55
55
 
56
 
} /* namespace slot */
 
56
} /* namespace service */
57
57
} /* namespace drizzled */
58
58
 
59
 
#endif /* DRIZZLED_SLOT_INFO_SCHEMA_H */
 
59
#endif /* DRIZZLED_SERVICE_INFO_SCHEMA_H */