diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /cpp/demo/Database/Oracle/occi/DeptFactoryI.h | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
Diffstat (limited to 'cpp/demo/Database/Oracle/occi/DeptFactoryI.h')
-rw-r--r-- | cpp/demo/Database/Oracle/occi/DeptFactoryI.h | 8 |
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: |