summaryrefslogtreecommitdiff
path: root/project2/sql/rdbmsDataSource.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-10-01 21:05:13 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-10-01 21:05:13 +0100
commitcd467d5978b4e232b66c0fd8041f7c193ead3d5b (patch)
tree0ef4692257fee9655deaea40bd1f3dbfe115c94d /project2/sql/rdbmsDataSource.cpp
parentFix factory type in sqlMerge (diff)
downloadproject2-cd467d5978b4e232b66c0fd8041f7c193ead3d5b.tar.bz2
project2-cd467d5978b4e232b66c0fd8041f7c193ead3d5b.tar.xz
project2-cd467d5978b4e232b66c0fd8041f7c193ead3d5b.zip
Merge Plugable and ComponentLoader into new LifeCycle class
Diffstat (limited to 'project2/sql/rdbmsDataSource.cpp')
-rw-r--r--project2/sql/rdbmsDataSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/sql/rdbmsDataSource.cpp b/project2/sql/rdbmsDataSource.cpp
index 9b295d3..aa5bee4 100644
--- a/project2/sql/rdbmsDataSource.cpp
+++ b/project2/sql/rdbmsDataSource.cpp
@@ -8,7 +8,7 @@
#define LOCK(l) std::lock_guard<std::mutex> _lock##l(l)
/// Specialized ElementLoader for instances of RdbmsDataSource; handles persistent DB connections
-class RdbmsDataSourceLoader : public ComponentLoader {
+class RdbmsDataSourceLoader : public LifeCycle {
public:
void onIdle() override
{