summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/Asynch_Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging/Asynch_Invocation.h')
-rw-r--r--TAO/tao/Messaging/Asynch_Invocation.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/TAO/tao/Messaging/Asynch_Invocation.h b/TAO/tao/Messaging/Asynch_Invocation.h
index b058c4c43a0..930d223bd3c 100644
--- a/TAO/tao/Messaging/Asynch_Invocation.h
+++ b/TAO/tao/Messaging/Asynch_Invocation.h
@@ -25,9 +25,15 @@
#include "ace/Global_Macros.h"
#include "ace/Auto_Functor.h"
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+class ACE_Time_Value;
+ACE_END_VERSIONED_NAMESPACE_DECL
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_Operation_Details;
class TAO_InputCDR;
-class ACE_Time_Value;
class TAO_Asynch_Reply_Dispatcher_Base;
namespace CORBA
@@ -62,6 +68,7 @@ namespace TAO
};
}
+TAO_END_VERSIONED_NAMESPACE_DECL
#include /**/ "ace/post.h"
#endif /*TAO_MESSAGING_ASYNCH_INVOCATION_H*/