diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-09 22:56:41 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-09 22:56:41 +0000 |
commit | 0e122dd0b3449df6b26274ec9b8a1f16b7d3e28b (patch) | |
tree | f383102d510396828b0a147f20f1441f67761bb1 /cpp/src/Ice/Protocol.h | |
parent | fixes, tests, etc. (diff) | |
download | ice-0e122dd0b3449df6b26274ec9b8a1f16b7d3e28b.tar.bz2 ice-0e122dd0b3449df6b26274ec9b8a1f16b7d3e28b.tar.xz ice-0e122dd0b3449df6b26274ec9b8a1f16b7d3e28b.zip |
fixes
Diffstat (limited to 'cpp/src/Ice/Protocol.h')
-rw-r--r-- | cpp/src/Ice/Protocol.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/Ice/Protocol.h b/cpp/src/Ice/Protocol.h index a0f5216a207..516d0f5aaa8 100644 --- a/cpp/src/Ice/Protocol.h +++ b/cpp/src/Ice/Protocol.h @@ -27,15 +27,6 @@ namespace IceInternal const ::Ice::Int headerSize = 7; // -// Size of the Ice encapsulation header -// -// Encoding version (Byte) -// Encapsulation length (Int) -// -const ::Ice::Int encapsHeaderSize = 5; - - -// // The current Ice protocol and encoding version // const ::Ice::Byte protocolVersion = 0; |