diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-08-30 15:26:23 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-08-30 15:26:23 +0000 |
commit | 4a69cbe79711165a15523d1fdef8301fb1442c15 (patch) | |
tree | 9e747571195d991dac971f809d5cafb0f0eb36e2 /cppe/src/IceE/Outgoing.cpp | |
parent | More work on IceGrid patching. (diff) | |
download | ice-4a69cbe79711165a15523d1fdef8301fb1442c15.tar.bz2 ice-4a69cbe79711165a15523d1fdef8301fb1442c15.tar.xz ice-4a69cbe79711165a15523d1fdef8301fb1442c15.zip |
Fixed couiple of gcc compiler warnings
Diffstat (limited to 'cppe/src/IceE/Outgoing.cpp')
-rw-r--r-- | cppe/src/IceE/Outgoing.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp index e840ac2df25..95be783113c 100644 --- a/cppe/src/IceE/Outgoing.cpp +++ b/cppe/src/IceE/Outgoing.cpp @@ -51,8 +51,8 @@ IceInternal::Outgoing::Outgoing(Connection* connection, Reference* ref, const st break; } -#ifdef ICEE_HAS_BATCH case Reference::ModeBatchOneway: +#ifdef ICEE_HAS_BATCH { _connection->prepareBatchRequest(&_os); break; @@ -236,8 +236,8 @@ IceInternal::Outgoing::invoke() break; } -#ifdef ICEE_HAS_BATCH case Reference::ModeBatchOneway: +#ifdef ICEE_HAS_BATCH { // // For batch oneways, the same rules as for |