diff options
Diffstat (limited to 'cpp/include/Ice/Protocol.h')
-rw-r--r-- | cpp/include/Ice/Protocol.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp/include/Ice/Protocol.h b/cpp/include/Ice/Protocol.h index d550a75e66e..8883179ef1d 100644 --- a/cpp/include/Ice/Protocol.h +++ b/cpp/include/Ice/Protocol.h @@ -58,6 +58,16 @@ extern const ::Ice::Byte requestHdr[headerSize + sizeof(Ice::Int)]; extern const ::Ice::Byte requestBatchHdr[headerSize + sizeof(Ice::Int)]; extern const ::Ice::Byte replyHdr[headerSize]; +// +// IPv4/IPv6 support enumeration. +// +enum ProtocolSupport +{ + EnableIPv4, + EnableIPv6, + EnableBoth +}; + } #endif |