24 #ifndef __PLUGINS_MONGODB_ASPECT_MONGODB_CONNCREATOR_H_ 25 #define __PLUGINS_MONGODB_ASPECT_MONGODB_CONNCREATOR_H_ 50 virtual mongo::DBClientBase * create_client(
const char *config_name = 0) = 0;
55 virtual void delete_client(mongo::DBClientBase *client) = 0;
Fawkes library namespace.
Interface for a MongoDB connection creator.