summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ThreadStrategyORBControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ThreadStrategyORBControl.h')
-rw-r--r--TAO/tao/PortableServer/ThreadStrategyORBControl.h18
1 files changed, 12 insertions, 6 deletions
diff --git a/TAO/tao/PortableServer/ThreadStrategyORBControl.h b/TAO/tao/PortableServer/ThreadStrategyORBControl.h
index c0f4ff5cd8f..d88997c2214 100644
--- a/TAO/tao/PortableServer/ThreadStrategyORBControl.h
+++ b/TAO/tao/PortableServer/ThreadStrategyORBControl.h
@@ -12,17 +12,20 @@
#ifndef TAO_THREADSTRATEGYORBCONTROL_H
#define TAO_THREADSTRATEGYORBCONTROL_H
+
#include /**/ "ace/pre.h"
-#include "portableserver_export.h"
+#include "tao/PortableServer/portableserver_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ThreadStrategy.h"
-#include "ace/Service_Config.h"
+#include "tao/PortableServer/ThreadStrategy.h"
#include "tao/orbconf.h"
+#include "ace/Service_Config.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
@@ -38,11 +41,14 @@ namespace TAO
virtual ::PortableServer::ThreadPolicyValue type() const;
};
-
- ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer, ThreadStrategyORBControl)
- ACE_FACTORY_DECLARE (TAO_PortableServer, ThreadStrategyORBControl)
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer, ThreadStrategyORBControl)
+ACE_FACTORY_DECLARE (TAO_PortableServer, ThreadStrategyORBControl)
+
#include /**/ "ace/post.h"
+
#endif /* TAO_THREADSTRATEGYORBCONTROL_H */