summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp
index 8e41ae574ca..82f8af77782 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp
@@ -1,4 +1,3 @@
-/* -*- C++ -*- */
//=============================================================================
/**
* @file PG_Property_Set.cpp
@@ -17,6 +16,8 @@
#include "PG_Property_Set.h"
#include "tao/debug.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
//////////////////////
// PG_Property_Set
@@ -25,7 +26,6 @@ TAO::PG_Property_Set::PG_Property_Set()
{
}
-
TAO::PG_Property_Set::PG_Property_Set (
const PortableGroup::Properties & property_set
ACE_ENV_ARG_DECL)
@@ -351,3 +351,5 @@ int TAO_PG::test_encode_decode ()
return result;
}
#endif // PG_PS_UNIT_TEST
+
+TAO_END_VERSIONED_NAMESPACE_DECL