~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/service/storage_engine.h

Merged in slot -> service changes.

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_STORAGE_ENGINE_H
21
 
#define DRIZZLED_SLOT_STORAGE_ENGINE_H
 
20
#ifndef DRIZZLED_SERVICE_STORAGE_ENGINE_H
 
21
#define DRIZZLED_SERVICE_STORAGE_ENGINE_H
22
22
 
23
23
#include "drizzled/registry.h"
24
24
 
42
42
  class Table;
43
43
}
44
44
 
45
 
namespace slot
 
45
namespace service
46
46
{
47
47
 
48
48
/**
102
102
  int next(std::string *name);
103
103
};
104
104
 
105
 
} /* namespace slot */
 
105
} /* namespace service */
106
106
} /* namespace drizzled */
107
107
 
108
108
/**
129
129
int ha_delete_table(Session *session, const char *path,
130
130
                    const char *db, const char *alias, bool generate_warning);
131
131
 
132
 
#endif /* DRIZZLED_SLOT_STORAGE_ENGINE_H */
 
132
#endif /* DRIZZLED_SERVICE_STORAGE_ENGINE_H */