summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Acceptors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Acceptors.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Acceptors.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Message_Acceptors.cpp b/TAO/tao/GIOP_Message_Acceptors.cpp
index af112ee2363..6f3499640ad 100644
--- a/TAO/tao/GIOP_Message_Acceptors.cpp
+++ b/TAO/tao/GIOP_Message_Acceptors.cpp
@@ -553,9 +553,9 @@ TAO_GIOP_Message_Acceptors::
{
char *buf = state->cdr.rd_ptr ();
CORBA::Octet incoming_major =
- buf[this->major_version_offset ()];
+ buf[TAO_GIOP_VERSION_MAJOR_OFFSET];
CORBA::Octet incoming_minor =
- buf[this->minor_version_offset ()];
+ buf[TAO_GIOP_VERSION_MINOR_OFFSET];
if (this->implementations_.check_revision (incoming_major,
incoming_minor) == 0)