summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/UIOP_Profile.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/UIOP_Profile.i')
-rw-r--r--TAO/tao/Strategies/UIOP_Profile.i8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Strategies/UIOP_Profile.i b/TAO/tao/Strategies/UIOP_Profile.i
index 3c14e09b1e3..e55f4927fc4 100644
--- a/TAO/tao/Strategies/UIOP_Profile.i
+++ b/TAO/tao/Strategies/UIOP_Profile.i
@@ -3,19 +3,19 @@
# if TAO_HAS_UIOP == 1
-ACE_INLINE const TAO_ObjectKey &
+ACE_INLINE const TAO::ObjectKey &
TAO_UIOP_Profile::object_key (void) const
{
return this->object_key_;
}
-ACE_INLINE TAO_ObjectKey *
+ACE_INLINE TAO::ObjectKey *
TAO_UIOP_Profile::_key (void) const
{
- TAO_ObjectKey *key = 0;
+ TAO::ObjectKey *key = 0;
ACE_NEW_RETURN (key,
- TAO_ObjectKey (this->object_key_),
+ TAO::ObjectKey (this->object_key_),
0);
return key;