summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_KeyC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_KeyC.h')
-rw-r--r--TAO/tao/Object_KeyC.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Object_KeyC.h b/TAO/tao/Object_KeyC.h
index 49948171bd0..e4d16dffe25 100644
--- a/TAO/tao/Object_KeyC.h
+++ b/TAO/tao/Object_KeyC.h
@@ -45,6 +45,11 @@ public:
CORBA::Boolean release = 0);
TAO_ObjectKey (const TAO_ObjectKey &);
TAO_ObjectKey& operator= (const TAO_ObjectKey &);
+
+ static void encode_sequence_to_string (char * &str,
+ const TAO_Unbounded_Sequence<CORBA::Octet> &seq);
+ static void decode_string_to_sequence (TAO_Unbounded_Sequence<CORBA::Octet> &seq,
+ const char *str);
};
class TAO_Export TAO_ObjectKey_var