diff options
Diffstat (limited to 'cppe/test/IceE/operations/BatchOneways.cpp')
-rw-r--r-- | cppe/test/IceE/operations/BatchOneways.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/test/IceE/operations/BatchOneways.cpp b/cppe/test/IceE/operations/BatchOneways.cpp index ec7a0d2f394..103aabd3dc7 100644 --- a/cppe/test/IceE/operations/BatchOneways.cpp +++ b/cppe/test/IceE/operations/BatchOneways.cpp @@ -66,7 +66,7 @@ batchOneways(const Test::MyClassPrx& p) test(false); } - batch->ice_connection()->flushBatchRequests(); + batch->ice_getConnection()->flushBatchRequests(); } for(i = 0 ; i < 10 ; ++i) @@ -94,6 +94,6 @@ batchOneways(const Test::MyClassPrx& p) test(false); } - batch->ice_connection()->flushBatchRequests(); + batch->ice_getConnection()->flushBatchRequests(); } } |