summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r--TAO/tao/IIOP_Profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h
index 055fed1348c..252285d9314 100644
--- a/TAO/tao/IIOP_Profile.h
+++ b/TAO/tao/IIOP_Profile.h
@@ -46,8 +46,8 @@ class TAO_Export TAO_IIOP_Profile : public TAO_Profile
// This class defines the IIOP profile as specified in the CORBA
// specification.
public:
- static const char object_key_delimiter;
- virtual const char get_object_key_delimiter (void);
+ static const char object_key_delimiter_;
+ virtual char object_key_delimiter (void) const;
// The object key delimiter that IIOP uses or expects.
static const char *prefix (void);