summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Connect_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Connect_Strategy.h')
-rw-r--r--TAO/tao/LF_Connect_Strategy.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/TAO/tao/LF_Connect_Strategy.h b/TAO/tao/LF_Connect_Strategy.h
index 5ca99679939..4cff8ed7976 100644
--- a/TAO/tao/LF_Connect_Strategy.h
+++ b/TAO/tao/LF_Connect_Strategy.h
@@ -15,15 +15,20 @@
#include /**/ "ace/pre.h"
-#include "Connect_Strategy.h"
+#include "tao/Connect_Strategy.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-class TAO_Connector;
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Time_Value;
class ACE_Synch_Options;
+ACE_END_VERSIONED_NAMESPACE_DECL
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+class TAO_Connector;
/**
* @class TAO_LF_Connect_Strategy
@@ -57,6 +62,8 @@ public:
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /*TAO_LF_CONNECT_STRATEGY_H*/