summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-24 11:05:47 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-24 11:05:47 +0000
commitc9453fa9a8437101b087df3eb9ae2da9db1f0b6e (patch)
tree550e5a13efab47f5a2526ac5d60ecfdcdc6abd47 /TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp
parent19803029f50dbba5d851692c1292af3f875641fb (diff)
downloadATCD-c9453fa9a8437101b087df3eb9ae2da9db1f0b6e.tar.gz
ChangeLogTag:Thu Nov 24 03:01:29 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp
index 82f8af77782..6b99b964ba7 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Property_Set.cpp
@@ -246,10 +246,14 @@ int TAO::PG_Property_Set::find (
return found;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
//#define PG_PS_UNIT_TEST
#ifdef PG_PS_UNIT_TEST
#include "PG_Properties_Encoder.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
int TAO_PG::test_encode_decode ()
{
int result = 1;
@@ -350,6 +354,7 @@ int TAO_PG::test_encode_decode ()
return result;
}
-#endif // PG_PS_UNIT_TEST
TAO_END_VERSIONED_NAMESPACE_DECL
+
+#endif // PG_PS_UNIT_TEST