summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/utl_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/utl_string.h')
-rw-r--r--TAO/TAO_IDL/include/utl_string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/utl_string.h b/TAO/TAO_IDL/include/utl_string.h
index 7b6d788df13..c5e4a81e090 100644
--- a/TAO/TAO_IDL/include/utl_string.h
+++ b/TAO/TAO_IDL/include/utl_string.h
@@ -96,6 +96,9 @@ public:
char *get_string () {return this->p_str;}
// Get contents of utl_string.
+ char *get_string () const {return this->p_str;}
+ // Get contents of utl_string.
+
char *get_canonical_rep ();
// Get canonical representation. This is (implemented as) the all upper
// case corresponding string.