summaryrefslogtreecommitdiff
path: root/tao/Strategies/SHMIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Strategies/SHMIOP_Profile.cpp')
-rw-r--r--tao/Strategies/SHMIOP_Profile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tao/Strategies/SHMIOP_Profile.cpp b/tao/Strategies/SHMIOP_Profile.cpp
index 11460b69f09..f67610c2ed4 100644
--- a/tao/Strategies/SHMIOP_Profile.cpp
+++ b/tao/Strategies/SHMIOP_Profile.cpp
@@ -257,8 +257,8 @@ TAO_SHMIOP_Profile::parse_string_i (const char *string
}
TAO::ObjectKey ok;
- TAO::ObjectKey::decode_string_to_sequence (ok,
- okd + 1); // increment past the object key separator
+ TAO_Profile::decode_string_to_sequence (ok, okd + 1);
+ // increment past the object key separator
(void) this->orb_core ()->object_key_table ().bind (ok,
this->ref_object_key_);