diff options
Diffstat (limited to 'cpp/demo/Database/Oracle/occi/DeptI.cpp')
-rw-r--r-- | cpp/demo/Database/Oracle/occi/DeptI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/demo/Database/Oracle/occi/DeptI.cpp b/cpp/demo/Database/Oracle/occi/DeptI.cpp index 45b9542bcd5..afa3787163b 100644 --- a/cpp/demo/Database/Oracle/occi/DeptI.cpp +++ b/cpp/demo/Database/Oracle/occi/DeptI.cpp @@ -135,7 +135,6 @@ DeptI::findAll(const Ice::Current& current) Ice::Identity empId; empId.category = _factory->getCategory(); empId.name = encodeRef(rs->getRef(1), _factory->getEnv()); - result.push_back(HR::EmpPrx::uncheckedCast(current.adapter->createProxy(empId))); } } |