diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-05-26 19:35:18 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-05-26 19:35:18 +0000 |
commit | 139e411036560346ba074e0b1c7850069c4921d5 (patch) | |
tree | b6883a9fece75639c1c528da2e37280c8f45c51e /TAO/tao/IIOP_Profile.h | |
parent | 02085bfc39491bfc471fb7cae427b5b8c38ac7aa (diff) | |
download | ATCD-139e411036560346ba074e0b1c7850069c4921d5.tar.gz |
Modified url style object reference creation/parsing routines to use
protocol specific object key delimiters to prevent ambiguities in protocols
that use forward slashes in their endpoints (e.g. UIOP).
Diffstat (limited to 'TAO/tao/IIOP_Profile.h')
-rw-r--r-- | TAO/tao/IIOP_Profile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Profile.h b/TAO/tao/IIOP_Profile.h index 8d0b9a42b10..353ce618baf 100644 --- a/TAO/tao/IIOP_Profile.h +++ b/TAO/tao/IIOP_Profile.h @@ -45,6 +45,8 @@ public: DEF_IIOP_MINOR = 0 }; + static const char object_key_delimiter; + static const char *prefix (void); // Return the char string prefix. |