diff options
author | Jose <jose@zeroc.com> | 2014-09-24 21:06:55 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-09-24 21:06:55 +0200 |
commit | b1087d646fa93c4208dd227d0c9df323ff7c858b (patch) | |
tree | 48532138bffdfac0dc5c818593d9c1958cfeeeb5 /slice/Ice | |
parent | PHP dependency fixes (diff) | |
download | ice-b1087d646fa93c4208dd227d0c9df323ff7c858b.tar.bz2 ice-b1087d646fa93c4208dd227d0c9df323ff7c858b.tar.xz ice-b1087d646fa93c4208dd227d0c9df323ff7c858b.zip |
Fixed (ICE-5511) - Consider removing the deprecated AMI mapping
Diffstat (limited to 'slice/Ice')
-rw-r--r-- | slice/Ice/ConnectionF.ice | 1 | ||||
-rw-r--r-- | slice/Ice/EndpointF.ice | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/slice/Ice/ConnectionF.ice b/slice/Ice/ConnectionF.ice index 34432b361cd..4fa823e42e1 100644 --- a/slice/Ice/ConnectionF.ice +++ b/slice/Ice/ConnectionF.ice @@ -15,6 +15,7 @@ module Ice { local class ConnectionInfo; +local class WSConnectionInfo; local interface Connection; }; diff --git a/slice/Ice/EndpointF.ice b/slice/Ice/EndpointF.ice index 6ea1cab28f8..569949beca4 100644 --- a/slice/Ice/EndpointF.ice +++ b/slice/Ice/EndpointF.ice @@ -15,8 +15,10 @@ module Ice { local class EndpointInfo; +//local class IPEndpointInfo; local class TCPEndpointInfo; local class UDPEndpointInfo; +local class WSEndpointInfo; local interface Endpoint; /** |