~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/data_home.h

mergeĀ lp:~stewart/drizzle/remove-datahome-catalog

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
DRIZZLED_API const boost::filesystem::path& getFullDataHome();
28
28
DRIZZLED_API const boost::filesystem::path& getDataHome();
29
 
DRIZZLED_API const boost::filesystem::path& getDataHomeCatalog();
30
29
DRIZZLED_API boost::filesystem::path& getMutableDataHome();
31
30
DRIZZLED_API void setFullDataHome(const boost::filesystem::path&);
32
 
DRIZZLED_API void setDataHomeCatalog(const boost::filesystem::path&);
33
31
 
34
32
} /* namespace drizzled */
35
33