summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EventHandlerF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/EventHandlerF.h')
-rw-r--r--cpp/src/Ice/EventHandlerF.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/EventHandlerF.h b/cpp/src/Ice/EventHandlerF.h
index 576fbaac575..d15b1ff96da 100644
--- a/cpp/src/Ice/EventHandlerF.h
+++ b/cpp/src/Ice/EventHandlerF.h
@@ -21,6 +21,10 @@ class EventHandler;
IceUtil::Shared* upCast(EventHandler*);
typedef Handle<EventHandler> EventHandlerPtr;
+class ThreadPoolWorkItem;
+IceUtil::Shared* upCast(ThreadPoolWorkItem*);
+typedef Handle<ThreadPoolWorkItem> ThreadPoolWorkItemPtr;
+
}
#endif