summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-01-06 14:46:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-01-06 14:46:14 +0000
commit5746072a8999a30a412c9ba374657413ffe68738 (patch)
tree4bcb81be57ee10d55c96b6d48f79d42f15f3a217 /TAO/tao/GIOP_Message_Base.cpp
parent14d9f8cf0db6ce1fbcf79893ff9ce9a2071cbe39 (diff)
downloadATCD-5746072a8999a30a412c9ba374657413ffe68738.tar.gz
Mon Jan 6 14:47:05 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/GIOP_Message_Base.cpp: Removed const qualifier as part of cast to silence OpenVMS warnings
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Base.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp
index 2e3d2b085e6..bf6f00a4361 100644
--- a/TAO/tao/GIOP_Message_Base.cpp
+++ b/TAO/tao/GIOP_Message_Base.cpp
@@ -1448,8 +1448,8 @@ TAO_GIOP_Message_Base::
0x49, // 'I'
0x4f, // 'O'
0x50, // 'P'
- static_cast<const char> (version.major),
- static_cast<const char> (version.minor),
+ static_cast<char> (version.major),
+ static_cast<char> (version.minor),
TAO_ENCAP_BYTE_ORDER,
GIOP::CloseConnection,
0, 0, 0, 0