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