summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_On_Read.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-15 20:06:51 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-15 20:06:51 +0000
commitc8554737fb5938dea4ad9f3bda6d97cb56a1a590 (patch)
treedd9680e93d92ed55dcab63954c75283209681cb8 /TAO/tao/Wait_On_Read.h
parent712c844728a07d95b6c736d97d93d3d0ea8b2738 (diff)
downloadATCD-c8554737fb5938dea4ad9f3bda6d97cb56a1a590.tar.gz
ChangeLogTag:Fri Dec 15 11:36:08 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Wait_On_Read.h')
-rw-r--r--TAO/tao/Wait_On_Read.h37
1 files changed, 19 insertions, 18 deletions
diff --git a/TAO/tao/Wait_On_Read.h b/TAO/tao/Wait_On_Read.h
index 53cc2bd0e5e..8f8268dba67 100644
--- a/TAO/tao/Wait_On_Read.h
+++ b/TAO/tao/Wait_On_Read.h
@@ -1,15 +1,15 @@
// This may look like C, but it's really -*- C++ -*-
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO
-//
-// = AUTHOR
-// Alexander Babu Arulanthu <alex@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Wait_On_Read.h
+ *
+ * $Id$
+ *
+ * @author Alexander Babu Arulanthu <alex@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef TAO_WAIT_ON_READ_H
#define TAO_WAIT_ON_READ_H
@@ -21,20 +21,21 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+/**
+ * @class TAO_Wait_On_Read
+ *
+ *
+ * Simply block on read() to wait for the reply.
+ */
class TAO_Export TAO_Wait_On_Read : public TAO_Wait_Strategy
{
- // = TITLE
- //
- // = DESCRIPTION
- // Simply block on read() to wait for the reply.
- //
public:
+ /// Constructor.
TAO_Wait_On_Read (TAO_Transport *transport);
- // Constructor.
+ /// Destructor.
virtual ~TAO_Wait_On_Read (void);
- // Destructor.
// = Documented in TAO_Wait_Strategy.