summaryrefslogtreecommitdiff
path: root/tao/Strategies/SCIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Strategies/SCIOP_Profile.cpp')
-rw-r--r--tao/Strategies/SCIOP_Profile.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tao/Strategies/SCIOP_Profile.cpp b/tao/Strategies/SCIOP_Profile.cpp
index 8795dcf8570..016f5b32aec 100644
--- a/tao/Strategies/SCIOP_Profile.cpp
+++ b/tao/Strategies/SCIOP_Profile.cpp
@@ -230,8 +230,7 @@ TAO_SCIOP_Profile::parse_string_i (const char *ior
TAO::ObjectKey ok;
- TAO::ObjectKey::decode_string_to_sequence (ok,
- okd + 1);
+ TAO_Profile::decode_string_to_sequence (ok, okd + 1);
(void) this->orb_core ()->object_key_table ().bind (ok,
this->ref_object_key_);