diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-16 21:17:33 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-16 21:17:33 +0000 |
commit | 044170580e492e876691795a5497279172b8e500 (patch) | |
tree | 04888cafa9b68036dbbc3a46330ac80a6754d9bb /TAO/tao/IIOP_Profile.h | |
parent | 6127c7d9fda02863290ea46e72984d6d1b1fa998 (diff) | |
download | ATCD-044170580e492e876691795a5497279172b8e500.tar.gz |
ChangeLogTag:Thu Dec 16 14:53:23 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r-- | TAO/tao/IIOP_Profile.h | 4 |
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); |