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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/utl_string.h b/TAO/TAO_IDL/include/utl_string.h
index ff470c900ae..2b98d823525 100644
--- a/TAO/TAO_IDL/include/utl_string.h
+++ b/TAO/TAO_IDL/include/utl_string.h
@@ -68,7 +68,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#define _STRING_STRING_HH
#include "TAO_IDL_FE_Export.h"
-
+#include "idl_bool.h"
#include "ace/iosfwd.h"
/* Basic_Types.h are needed in QNX for size_t type. */
#include "ace/Basic_Types.h"
@@ -98,7 +98,7 @@ public:
// Get canonical representation. This is (implemented as) the all upper
// case corresponding string.
- bool compare (UTL_String *s);
+ idl_bool compare (UTL_String *s);
// Compare two UTL_String *
long compare_quiet (UTL_String *s);