summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-28 19:14:59 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-28 19:14:59 +0000
commitd7e4482bd83fc595bff5fd424fd37f378d5fdf6a (patch)
treeadc2770753e5dc1bca33bb602261080bcfebe3ac
parent163e58f871c759da910f213d8db3433415487f83 (diff)
downloadATCD-d7e4482bd83fc595bff5fd424fd37f378d5fdf6a.tar.gz
Fixed some compiler warnings.
-rw-r--r--TAO/tao/GIOP_Message_Factory.cpp6
-rw-r--r--TAO/tao/GIOP_Message_Invocation.cpp2
-rw-r--r--TAO/tao/GIOP_Utils.cpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/GIOP_Message_Factory.cpp b/TAO/tao/GIOP_Message_Factory.cpp
index f0dff85ed25..c62fdec0de4 100644
--- a/TAO/tao/GIOP_Message_Factory.cpp
+++ b/TAO/tao/GIOP_Message_Factory.cpp
@@ -67,7 +67,7 @@ TAO_GIOP_Client_Message_Factory::~TAO_GIOP_Client_Message_Factory (void)
int
TAO_GIOP_Client_Message_Factory::handle_input (TAO_Transport *transport,
- TAO_ORB_Core */*orb_core*/,
+ TAO_ORB_Core * /*orb_core*/,
TAO_Message_State_Factory &mesg_state,
ACE_Time_Value *max_wait_time)
{
@@ -168,7 +168,7 @@ TAO_GIOP_Client_Message_Factory::write_request_header (const IOP::ServiceContext
CORBA::ULong request_id,
CORBA::Octet response_flags,
TAO_Target_Specification & /*spec*/,
- const char */*opname*/,
+ const char * /*opname*/,
TAO_OutputCDR &msg)
{
// Adding only stuff that are common to all versions of GIOP.
@@ -257,7 +257,7 @@ TAO_GIOP_Message_Acceptor::~TAO_GIOP_Message_Acceptor (void)
int
TAO_GIOP_Message_Acceptor::handle_input (TAO_Transport *transport,
- TAO_ORB_Core */*orb_core*/,
+ TAO_ORB_Core * /*orb_core*/,
TAO_Message_State_Factory &mesg_state,
ACE_Time_Value *max_wait_time)
{
diff --git a/TAO/tao/GIOP_Message_Invocation.cpp b/TAO/tao/GIOP_Message_Invocation.cpp
index 147517fb593..fc37ac66e74 100644
--- a/TAO/tao/GIOP_Message_Invocation.cpp
+++ b/TAO/tao/GIOP_Message_Invocation.cpp
@@ -226,7 +226,7 @@ TAO_GIOP_Client_Message_1_1::start_message (TAO_Pluggable_Message_Type t,
}
int
-TAO_GIOP_Client_Message_1_1::parse_reply (TAO_Transport */*transport*/,
+TAO_GIOP_Client_Message_1_1::parse_reply (TAO_Transport * /*transport*/,
TAO_Message_State_Factory &mesg_state,
IOP::ServiceContextList& reply_ctx,
CORBA::ULong &request_id,
diff --git a/TAO/tao/GIOP_Utils.cpp b/TAO/tao/GIOP_Utils.cpp
index 652a2b275c7..5ea8c018ecc 100644
--- a/TAO/tao/GIOP_Utils.cpp
+++ b/TAO/tao/GIOP_Utils.cpp
@@ -111,8 +111,8 @@ TAO_GIOP_Message_State::append_fragment (ACE_Message_Block* current)
void
-TAO_GIOP_Utils::dump_msg (const char */*label*/,
- const u_char */*ptr*/,
+TAO_GIOP_Utils::dump_msg (const char * /*label*/,
+ const u_char * /*ptr*/,
size_t /*len*/)
{
if (TAO_debug_level >= 5)