summaryrefslogtreecommitdiff
path: root/cpp/demo/Database/Oracle/occi/DeptFactoryI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Database/Oracle/occi/DeptFactoryI.h')
-rw-r--r--cpp/demo/Database/Oracle/occi/DeptFactoryI.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/demo/Database/Oracle/occi/DeptFactoryI.h b/cpp/demo/Database/Oracle/occi/DeptFactoryI.h
index 13cf0402fc6..96ff67d28cc 100644
--- a/cpp/demo/Database/Oracle/occi/DeptFactoryI.h
+++ b/cpp/demo/Database/Oracle/occi/DeptFactoryI.h
@@ -19,7 +19,7 @@ class DeptFactoryI : public HR::DeptFactory
public:
DeptFactoryI(oracle::occi::Environment* env, oracle::occi::StatelessConnectionPool*,
- const std::string&);
+ const std::string&);
virtual HR::DeptPrx createDept(int, const HR::DeptDesc&, const Ice::Current&);
@@ -34,17 +34,17 @@ public:
oracle::occi::Environment* getEnv() const
{
- return _env;
+ return _env;
}
oracle::occi::StatelessConnectionPool* getConnectionPool() const
{
- return _pool;
+ return _pool;
}
const std::string& getCategory() const
{
- return _category;
+ return _category;
}
private: