summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.h
index 05c5f57f34b..043e7644b95 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.h
@@ -1,4 +1,5 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+
//=============================================================================
/**
* @file PG_Property_Set.h
@@ -27,6 +28,8 @@
#include "ace/SString.h"
#include "ace/Null_Mutex.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
@@ -186,6 +189,8 @@ namespace TAO
#endif // PG_PS_UNIT_TEST
} //namespace TAO
+TAO_END_VERSIONED_NAMESPACE_DECL
+
////////////////////////////////////
// include templated helper function
#include "PG_Property_Set_Find.h"