summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-12-16 21:17:33 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-12-16 21:17:33 +0000
commit92de2ddbe32df88b432f5e3e1de74ca143452db9 (patch)
tree04888cafa9b68036dbbc3a46330ac80a6754d9bb /TAO/tao/IIOP_Profile.h
parent6ec166be7ea093ae760cf21a4702c2c5be6a5f03 (diff)
downloadATCD-92de2ddbe32df88b432f5e3e1de74ca143452db9.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.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);