summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/AMH_Response_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging/AMH_Response_Handler.h')
-rw-r--r--TAO/tao/Messaging/AMH_Response_Handler.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/TAO/tao/Messaging/AMH_Response_Handler.h b/TAO/tao/Messaging/AMH_Response_Handler.h
index df4fd4b836c..12261a60cfa 100644
--- a/TAO/tao/Messaging/AMH_Response_Handler.h
+++ b/TAO/tao/Messaging/AMH_Response_Handler.h
@@ -64,14 +64,7 @@ typedef ACE_Allocator TAO_AMH_BUFFER_ALLOCATOR;
* application.
*/
class TAO_Messaging_Export TAO_AMH_Response_Handler
-// @@ Mayur, this is not the correct way to use
-// TAO_LocalRefCounted_Object. Application code is supposed to use
-// it when necessary. You're forcing applications to use a
-// reference counted version of their AMH_Response_Handler. This
-// isn't consistent with the specified semantics detailed in the
-// CCM spec. Please remove this and place it where appropriate in
-// your AMH tests and examples.
- : public ::CORBA::LocalObject
+ : public virtual ::CORBA::LocalObject
{
public: