summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_MemberInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/PG_MemberInfo.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_MemberInfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_MemberInfo.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_MemberInfo.cpp
index 8746e2958ff..791ca59e531 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_MemberInfo.cpp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_MemberInfo.cpp
@@ -5,6 +5,7 @@ ACE_RCSID (PortableGroup,
PG_MemberInfo,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
bool
TAO_PG_MemberInfo::operator== (const TAO_PG_MemberInfo & rhs)
@@ -13,3 +14,5 @@ TAO_PG_MemberInfo::operator== (const TAO_PG_MemberInfo & rhs)
// important.
return location == rhs.location;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL