summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SHMIOP_Profile.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SHMIOP_Profile.i')
-rw-r--r--TAO/tao/Strategies/SHMIOP_Profile.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Profile.i b/TAO/tao/Strategies/SHMIOP_Profile.i
index 077e9117286..81c3adbedb7 100644
--- a/TAO/tao/Strategies/SHMIOP_Profile.i
+++ b/TAO/tao/Strategies/SHMIOP_Profile.i
@@ -1,19 +1,19 @@
// -*- C++ -*-
// $Id$
-ACE_INLINE const TAO_ObjectKey &
+ACE_INLINE const TAO::ObjectKey &
TAO_SHMIOP_Profile::object_key (void) const
{
return this->object_key_;
}
-ACE_INLINE TAO_ObjectKey *
+ACE_INLINE TAO::ObjectKey *
TAO_SHMIOP_Profile::_key (void) const
{
- TAO_ObjectKey *key = 0;
+ TAO_ObjeTAO::ObjectKeyctKey *key = 0;
ACE_NEW_RETURN (key,
- TAO_ObjectKey (this->object_key_),
+ TAO::ObjectKey (this->object_key_),
0);
return key;