summaryrefslogtreecommitdiff
path: root/TAO/tao/Muxed_TMS.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Muxed_TMS.h')
-rw-r--r--TAO/tao/Muxed_TMS.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/TAO/tao/Muxed_TMS.h b/TAO/tao/Muxed_TMS.h
index 30b055963b3..77aa902177a 100644
--- a/TAO/tao/Muxed_TMS.h
+++ b/TAO/tao/Muxed_TMS.h
@@ -15,15 +15,18 @@
#define TAO_MUXED_TMS_H
#include /**/ "ace/pre.h"
-#include "ace/Hash_Map_Manager_T.h"
+
+#include "tao/Transport_Mux_Strategy.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Hash_Map_Manager_T.h"
#include "ace/Null_Mutex.h"
-#include "tao/Transport_Mux_Strategy.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_ORB_Core;
class TAO_Pluggable_Reply_Params;
@@ -88,6 +91,8 @@ protected:
int clear_cache (void);
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* MUXED_TMS_H */