summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/StrategyFactory.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/StrategyFactory.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/StrategyFactory.h')
-rw-r--r--TAO/tao/PortableServer/StrategyFactory.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/StrategyFactory.h b/TAO/tao/PortableServer/StrategyFactory.h
index 54546f1f946..16b1314c72e 100644
--- a/TAO/tao/PortableServer/StrategyFactory.h
+++ b/TAO/tao/PortableServer/StrategyFactory.h
@@ -1,4 +1,5 @@
// -*- C++ -*-
+
//=============================================================================
/**
* @file StrategyFactory.h
@@ -11,6 +12,7 @@
#ifndef TAO_PORTABLESERVER_STRATEGYFACTORY_H
#define TAO_PORTABLESERVER_STRATEGYFACTORY_H
+
#include /**/ "ace/pre.h"
#include "ace/Service_Object.h"
@@ -19,12 +21,16 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Versioned_Namespace.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace Portable_Server
{
- class StrategyFactory :
- public ACE_Service_Object
+ class StrategyFactory
+ : public ACE_Service_Object
{
public:
virtual ~StrategyFactory (void);
@@ -32,5 +38,8 @@ namespace TAO
} /* namespace Portable_Server */
} /* namespace TAO */
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
+
#endif /* TAO_PORTABLESERVER_STRATEGYFACTORY_H */