summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EventHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/EventHandler.h')
-rw-r--r--cpp/src/Ice/EventHandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Ice/EventHandler.h b/cpp/src/Ice/EventHandler.h
index 8ae656a0859..afbd608b961 100644
--- a/cpp/src/Ice/EventHandler.h
+++ b/cpp/src/Ice/EventHandler.h
@@ -71,6 +71,9 @@ protected:
friend class ThreadPool;
friend class ThreadPoolCurrent;
friend class Selector;
+#ifdef ICE_USE_CFSTREAM
+ friend class EventHandlerWrapper;
+#endif
};
}