summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Profile.cpp')
-rw-r--r--TAO/tao/UIOP_Profile.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/UIOP_Profile.cpp b/TAO/tao/UIOP_Profile.cpp
index 0f13a9d6433..4518f180aad 100644
--- a/TAO/tao/UIOP_Profile.cpp
+++ b/TAO/tao/UIOP_Profile.cpp
@@ -10,7 +10,6 @@
#include "tao/Environment.h"
#include "tao/ORB.h"
#include "tao/ORB_Core.h"
-#include "tao/POA.h"
#include "tao/debug.h"
ACE_RCSID(tao, UIOP_Profile, "$Id$")
@@ -165,7 +164,7 @@ TAO_UIOP_Profile::parse_string (const char *string,
start = ++cp; // increment past the object key separator
- TAO_POA::decode_string_to_sequence (this->object_key_, start);
+ TAO_ObjectKey::decode_string_to_sequence (this->object_key_, start);
return 1;
}
@@ -228,8 +227,8 @@ char *
TAO_UIOP_Profile::to_string (CORBA::Environment &)
{
CORBA::String_var key;
- TAO_POA::encode_sequence_to_string (key.inout(),
- this->object_key_);
+ TAO_ObjectKey::encode_sequence_to_string (key.inout(),
+ this->object_key_);
u_int buflen = (ACE_OS::strlen (::prefix_) +
3 /* "loc" */ +