summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-02 02:36:03 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-02 02:36:03 +0000
commit5153bbfbb544faae5c68a067fd46434bfb6d785d (patch)
tree2f942ebae4a8ab40917d50ecdc9b914e37ce5fc8 /TAO/tao/IIOP_Profile.cpp
parent44916d8e0f4a51ac3d5319cca153741d784feac0 (diff)
downloadATCD-5153bbfbb544faae5c68a067fd46434bfb6d785d.tar.gz
ChangeLogTag:Wed Mar 1 18:01:37 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/IIOP_Profile.cpp')
-rw-r--r--TAO/tao/IIOP_Profile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Profile.cpp b/TAO/tao/IIOP_Profile.cpp
index 08fd4073d7b..05ce85ebf0f 100644
--- a/TAO/tao/IIOP_Profile.cpp
+++ b/TAO/tao/IIOP_Profile.cpp
@@ -23,7 +23,7 @@ static const char prefix_[] = "iiop";
const char TAO_IIOP_Profile::object_key_delimiter_ = '/';
-char
+char
TAO_IIOP_Profile::object_key_delimiter (void) const
{
return TAO_IIOP_Profile::object_key_delimiter_;
@@ -150,7 +150,7 @@ TAO_IIOP_Profile::decode (TAO_InputCDR& cdr)
// profiles whose versions we don't understand.
//
CORBA::Octet major, minor;
-
+
if (!(cdr.read_octet (major)
&& (major == TAO_DEF_GIOP_MAJOR)
&& cdr.read_octet (minor)))
@@ -166,7 +166,7 @@ TAO_IIOP_Profile::decode (TAO_InputCDR& cdr)
}
this->version_.major = major;
-
+
if (minor <= TAO_DEF_GIOP_MINOR)
this->version_.minor = minor;