summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/sys/IOHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qpid/sys/IOHandle.h')
-rw-r--r--cpp/include/qpid/sys/IOHandle.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/cpp/include/qpid/sys/IOHandle.h b/cpp/include/qpid/sys/IOHandle.h
index 68e9d92a04..45fc8c240a 100644
--- a/cpp/include/qpid/sys/IOHandle.h
+++ b/cpp/include/qpid/sys/IOHandle.h
@@ -31,25 +31,11 @@ namespace sys {
* This is a class intended to abstract the Unix concept of file descriptor
* or the Windows concept of HANDLE
*/
-// Windows-related classes
-class AsynchAcceptorPrivate;
-class AsynchAcceptResult;
-namespace windows {
- class AsynchAcceptor;
- class AsynchAcceptResult;
- class AsynchIO;
-}
-
-// General classes
class PollerHandle;
class IOHandlePrivate;
class IOHandle {
-
- friend class windows::AsynchAcceptResult;
- friend class windows::AsynchAcceptor;
- friend class windows::AsynchIO;
-
friend class PollerHandle;
+ friend class IOHandlePrivate;
protected:
IOHandlePrivate* const impl;