diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-08-08 14:28:28 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-08-08 14:28:28 +0000 |
commit | 451a47ec01d47d0a5b4db28e3108eac969a5987a (patch) | |
tree | d5d8e072dbbdd336b2cbfb4327869624647780a7 /cppe/src/IceE/Outgoing.cpp | |
parent | Fixed linux compile issue (diff) | |
download | ice-451a47ec01d47d0a5b4db28e3108eac969a5987a.tar.bz2 ice-451a47ec01d47d0a5b4db28e3108eac969a5987a.tar.xz ice-451a47ec01d47d0a5b4db28e3108eac969a5987a.zip |
Canged case statements
Diffstat (limited to 'cppe/src/IceE/Outgoing.cpp')
-rw-r--r-- | cppe/src/IceE/Outgoing.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cppe/src/IceE/Outgoing.cpp b/cppe/src/IceE/Outgoing.cpp index 9b23e91b8a3..3c52bc3a04f 100644 --- a/cppe/src/IceE/Outgoing.cpp +++ b/cppe/src/IceE/Outgoing.cpp @@ -58,7 +58,8 @@ IceInternal::Outgoing::Outgoing(Connection* connection, Reference* ref, const st break; } #endif - default: + case Reference::ModeDatagram: + case Reference::ModeBatchDatagram: { // // TODO: Should this assert? @@ -250,7 +251,8 @@ IceInternal::Outgoing::invoke() break; } #endif - default: + case Reference::ModeDatagram: + case Reference::ModeBatchDatagram: { // // TODO: Should this assert? |