summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Profile.cpp')
-rw-r--r--TAO/tao/IIOP_Profile.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/IIOP_Profile.cpp b/TAO/tao/IIOP_Profile.cpp
index 60815928e53..43e4344d4d8 100644
--- a/TAO/tao/IIOP_Profile.cpp
+++ b/TAO/tao/IIOP_Profile.cpp
@@ -8,7 +8,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, IIOP_Profile, "$Id$")
@@ -314,7 +313,7 @@ TAO_IIOP_Profile::parse_string (const char *string,
start = ++okd; // 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;
}
@@ -393,8 +392,8 @@ char *
TAO_IIOP_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" */ +