diff options
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 |