summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/DB.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/DB.h')
-rw-r--r--cpp/src/IceGrid/DB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/DB.h b/cpp/src/IceGrid/DB.h
index 0bc032b6759..d16a28d597e 100644
--- a/cpp/src/IceGrid/DB.h
+++ b/cpp/src/IceGrid/DB.h
@@ -53,6 +53,7 @@ class DatabasePlugin : virtual public Ice::Plugin
{
public:
+ virtual bool initDB() = 0;
virtual ConnectionPoolPtr getConnectionPool() = 0;
};
typedef IceUtil::Handle<DatabasePlugin> DatabasePluginPtr;