summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ThreadStrategyFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ThreadStrategyFactory.h')
-rw-r--r--TAO/tao/PortableServer/ThreadStrategyFactory.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/ThreadStrategyFactory.h b/TAO/tao/PortableServer/ThreadStrategyFactory.h
index 5dea79f8b41..3f8590e1dc4 100644
--- a/TAO/tao/PortableServer/ThreadStrategyFactory.h
+++ b/TAO/tao/PortableServer/ThreadStrategyFactory.h
@@ -12,6 +12,7 @@
#ifndef TAO_PORTABLESERVER_THREADPOLICYSTRATEGYFACTORY_H
#define TAO_PORTABLESERVER_THREADPOLICYSTRATEGYFACTORY_H
+
#include /**/ "ace/pre.h"
#include "StrategyFactory.h"
@@ -22,6 +23,8 @@
#include "ThreadPolicyC.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Portable_Server
@@ -44,5 +47,8 @@ namespace TAO
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
+
#endif /* TAO_PORTABLESERVER_THREADPOLICYSTRATEGYFACTORY_H */