summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-14 22:03:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-14 22:03:50 +0000
commit1f59629c3e2a0a4b0a7a6e656395f11a6e1207a7 (patch)
treefefa0b410111047bf0bab244113a81f3904fa1dc /TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h
parentd03f1a8db70939f65a2cd0b14a90f8304a0baccf (diff)
downloadATCD-1f59629c3e2a0a4b0a7a6e656395f11a6e1207a7.tar.gz
ChangeLogTag:Mon Nov 14 13:54:08 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h
index 3f9ae599e2b..0eed6f21d92 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.h
@@ -1,4 +1,5 @@
// -*- C++ -*-
+
//=============================================================================
/**
* @file PG_FactoryRegistry.h
@@ -21,6 +22,10 @@
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Versioned_Namespace.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
//////////////////////////////////
// Classes declared in this header
namespace TAO
@@ -46,7 +51,8 @@ namespace TAO
* Note FactoryRegistry is not part of the OMG standard. It was added
* as part of the TAO implementation of Fault Tolerant CORBA
*/
- class TAO_PortableGroup_Export PG_FactoryRegistry : public virtual POA_PortableGroup::FactoryRegistry
+ class TAO_PortableGroup_Export PG_FactoryRegistry
+ : public virtual POA_PortableGroup::FactoryRegistry
{
struct RoleInfo
{
@@ -250,6 +256,8 @@ namespace TAO
};
} // namespace TAO
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif // TAO_PG_FACTORYREGISTRY_H_