summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
index 907c2959ae2..49235842db3 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.cpp
@@ -1,4 +1,5 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+
//=============================================================================
/**
* @file PG_Properties_Support.cpp
@@ -13,6 +14,8 @@
#include "PG_Properties_Support.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO::PG_Properties_Support::PG_Properties_Support ()
{
}
@@ -144,3 +147,5 @@ TAO::PG_Properties_Support::find_typeid_properties (
}
return typeid_properties;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL