diff options
Diffstat (limited to 'cpp/src/Ice/Network.h')
-rw-r--r-- | cpp/src/Ice/Network.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/Ice/Network.h b/cpp/src/Ice/Network.h index c9416ee4ef6..4f045031dc5 100644 --- a/cpp/src/Ice/Network.h +++ b/cpp/src/Ice/Network.h @@ -178,8 +178,6 @@ public: // #if defined(ICE_USE_IOCP) virtual AsyncInfo* getAsyncInfo(SocketOperation) = 0; - void initialize(HANDLE, ULONG_PTR); - void completed(SocketOperation operation); #elif defined(ICE_OS_WINRT) virtual void setCompletedHandler(SocketOperationCompletedHandler^) = 0; #endif @@ -187,11 +185,6 @@ public: protected: SOCKET _fd; - -#if defined(ICE_USE_IOCP) - HANDLE _handle; - ULONG_PTR _key; -#endif }; typedef IceUtil::Handle<NativeInfo> NativeInfoPtr; |