diff options
Diffstat (limited to 'TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h')
-rw-r--r-- | TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h index 33b8744c99b..62574cecb76 100644 --- a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h +++ b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h @@ -36,15 +36,15 @@ namespace CORBA class TAO_ORB_Core; +/** + * @class TAO_DII_Deferred_Reply_Dispatcher + * + * @brief Reply dispatcher for DII deferred requests. + */ + class TAO_DynamicInterface_Export TAO_DII_Deferred_Reply_Dispatcher : public TAO_Asynch_Reply_Dispatcher_Base { - // = TITLE - // TAO_DII_Deferred_Reply_Dispatcher - // - // = DESCRIPTION - // Reply dispatcher for DII deferred requests. - // public: TAO_DII_Deferred_Reply_Dispatcher (const CORBA::Request_ptr req, TAO_ORB_Core *orb_core); |