summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/Asynch_Timeout_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging/Asynch_Timeout_Handler.h')
-rw-r--r--TAO/tao/Messaging/Asynch_Timeout_Handler.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/tao/Messaging/Asynch_Timeout_Handler.h b/TAO/tao/Messaging/Asynch_Timeout_Handler.h
index 9b8a55eb8c2..be230bb6374 100644
--- a/TAO/tao/Messaging/Asynch_Timeout_Handler.h
+++ b/TAO/tao/Messaging/Asynch_Timeout_Handler.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+// This may look like C, but it's really -*- C++ -*-
//=============================================================================
/**
@@ -19,7 +19,7 @@
#include /**/ "ace/pre.h"
-#include "tao/Messaging/messaging_export.h"
+#include "messaging_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -30,8 +30,6 @@
#include "ace/Event_Handler.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_Asynch_Reply_Dispatcher_Base;
class TAO_Transport_Mux_Strategy;
@@ -40,7 +38,7 @@ class TAO_Transport_Mux_Strategy;
*
* @brief Handler registered with the reactor in case of AMI timeouts.
*/
-class TAO_Asynch_Timeout_Handler
+class TAO_Messaging_Export TAO_Asynch_Timeout_Handler
: public ACE_Event_Handler
{
public:
@@ -75,8 +73,6 @@ public:
ACE_Reactor *reactor_;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_ASYNCH_TIMEOUT_HANDLER_H */