summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/utl_identifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/utl_identifier.h')
-rw-r--r--TAO/TAO_IDL/include/utl_identifier.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/include/utl_identifier.h b/TAO/TAO_IDL/include/utl_identifier.h
index ca5c422ae3e..bf9739732f0 100644
--- a/TAO/TAO_IDL/include/utl_identifier.h
+++ b/TAO/TAO_IDL/include/utl_identifier.h
@@ -100,15 +100,12 @@ public:
long compare (Identifier *other);
// compare with other Identifier
- long case_compare (Identifier *other);
- // also check for case-only difference
-
// =Dumping
virtual void dump (ostream &o);
// dump to an ostream
-private:
+ private:
// Storage for data
char *pv_string;
};