summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ThreadStrategyORBControl.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 09:26:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-04 09:26:56 +0000
commit95308be2e75a55ea78e0bd56e486e5f65b6ee60a (patch)
treeda21be1d8871e4d8f1fb0cc6f36f6de06584e8c0 /TAO/tao/PortableServer/ThreadStrategyORBControl.h
parent93ea04d5325d1228d58e24ba13c92ec23dc57bc5 (diff)
downloadATCD-95308be2e75a55ea78e0bd56e486e5f65b6ee60a.tar.gz
ChangeLogTag:Thu Nov 3 09:26:21 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer/ThreadStrategyORBControl.h')
-rw-r--r--TAO/tao/PortableServer/ThreadStrategyORBControl.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ThreadStrategyORBControl.h b/TAO/tao/PortableServer/ThreadStrategyORBControl.h
index c0f4ff5cd8f..133f0fc6955 100644
--- a/TAO/tao/PortableServer/ThreadStrategyORBControl.h
+++ b/TAO/tao/PortableServer/ThreadStrategyORBControl.h
@@ -12,6 +12,7 @@
#ifndef TAO_THREADSTRATEGYORBCONTROL_H
#define TAO_THREADSTRATEGYORBCONTROL_H
+
#include /**/ "ace/pre.h"
#include "portableserver_export.h"
@@ -21,8 +22,10 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ThreadStrategy.h"
-#include "ace/Service_Config.h"
#include "tao/orbconf.h"
+#include "ace/Service_Config.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
@@ -38,11 +41,20 @@ namespace TAO
virtual ::PortableServer::ThreadPolicyValue type() const;
};
+ }
+}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+namespace TAO
+{
+ namespace Portable_Server
+ {
ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer, ThreadStrategyORBControl)
ACE_FACTORY_DECLARE (TAO_PortableServer, ThreadStrategyORBControl)
}
}
#include /**/ "ace/post.h"
+
#endif /* TAO_THREADSTRATEGYORBCONTROL_H */