summaryrefslogtreecommitdiff
path: root/TAO/tao/Synch_Reply_Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Synch_Reply_Dispatcher.h')
-rw-r--r--TAO/tao/Synch_Reply_Dispatcher.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/tao/Synch_Reply_Dispatcher.h b/TAO/tao/Synch_Reply_Dispatcher.h
index 8ca86c7057b..4094b0a0abb 100644
--- a/TAO/tao/Synch_Reply_Dispatcher.h
+++ b/TAO/tao/Synch_Reply_Dispatcher.h
@@ -20,14 +20,15 @@
#include "ace/pre.h"
#include "tao/Reply_Dispatcher.h"
-#include "tao/LF_Event.h"
-#include "tao/GIOP_Message_Version.h"
-#include "tao/CDR.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/LF_Invocation_Event.h"
+#include "tao/GIOP_Message_Version.h"
+#include "tao/CDR.h"
+
class TAO_Pluggable_Reply_Params;
/**
@@ -38,7 +39,7 @@ class TAO_Pluggable_Reply_Params;
*/
class TAO_Export TAO_Synch_Reply_Dispatcher
: public TAO_Reply_Dispatcher
- , public TAO_LF_Event
+ , public TAO_LF_Invocation_Event
{
public: