summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-27 13:02:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-27 13:02:37 +0000
commit7b94e8a0c95595ec05691daa8883fac39a15bdc8 (patch)
treea29a763c2f3140d2be707a96659fa8262a2ace56 /TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h
parentbf8499f1209f86c0ea9355c7226f7a66e3c52aca (diff)
downloadATCD-7b94e8a0c95595ec05691daa8883fac39a15bdc8.tar.gz
ChangeLogTag: Tue Apr 27 13:01:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h')
-rw-r--r--TAO/tao/DynamicInterface/DII_Reply_Dispatcher.h12
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);