From faab932c44d78dc988f49a875a41f3bbc82d5342 Mon Sep 17 00:00:00 2001 From: zhangw Date: Thu, 1 Mar 2007 21:19:00 +0000 Subject: Thu Mar 1 21:13:06 UTC 2007 Wallace Zhang --- TAO/ChangeLog | 7 +++++++ TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp | 2 +- TAO/tao/DynamicInterface/DII_Invocation_Adapter.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 71cf50610d6..a9ff4acc68d 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Thu Mar 1 21:13:06 UTC 2007 Wallace Zhang + + * tao/DynamicInterface/DII_Invocation_Adapter.h: + * tao/DynamicInterface/DII_Invocation_Adapter.cpp: + + Fixed a Intel compiler warning. + Thu Mar 1 20:21:19 UTC 2007 Wallace Zhang * tests/DSI_AMI_Gateway/test_dsi.cpp: diff --git a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp index 2841c2e4d8c..76922e3d88d 100644 --- a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp +++ b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.cpp @@ -198,7 +198,7 @@ namespace TAO } void - DII_Asynch_Invocation_Adapter::invoke (Messaging::ReplyHandler_ptr) + DII_Asynch_Invocation_Adapter::invoke_reply_handler (Messaging::ReplyHandler_ptr) { } diff --git a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h index 140ecdb75b2..c407865c222 100644 --- a/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h +++ b/TAO/tao/DynamicInterface/DII_Invocation_Adapter.h @@ -176,7 +176,7 @@ namespace TAO TAO::Invocation_Mode mode = TAO_DII_ASYNCH_INVOCATION); /// Invoke the target - void invoke (Messaging::ReplyHandler_ptr reply_handler_ptr); + void invoke_reply_handler (Messaging::ReplyHandler_ptr reply_handler_ptr); protected: -- cgit v1.2.1