diff options
Diffstat (limited to 'TAO/tao/MessagingC.h')
-rw-r--r-- | TAO/tao/MessagingC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/MessagingC.h b/TAO/tao/MessagingC.h index a837ee3a308..678cf7362fe 100644 --- a/TAO/tao/MessagingC.h +++ b/TAO/tao/MessagingC.h @@ -2561,7 +2561,7 @@ class TAO_Export ReplyHandler : public virtual CORBA_Object ReplyHandler (int collocated = 0); protected: - virtual void _tao_setup_collocation (int collocated); + virtual void Messaging_ReplyHandler_setup_collocation (int collocated); ReplyHandler ( TAO_Stub *objref, |