summaryrefslogtreecommitdiff
path: root/ace/Handle_Ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Handle_Ops.h')
-rw-r--r--ace/Handle_Ops.h39
1 files changed, 21 insertions, 18 deletions
diff --git a/ace/Handle_Ops.h b/ace/Handle_Ops.h
index c97d620cf05..73149677edc 100644
--- a/ace/Handle_Ops.h
+++ b/ace/Handle_Ops.h
@@ -1,16 +1,17 @@
-// $Id$
-
-// ========================================================================
-// LIBRARY
-// ACE.so
-//
-// DESCRIPTION
-// This class consolidates the operations on the Handles.
-//
-// AUTHOR
-// Priyanka Gontla <pgontla@ece.uci.edu>
-//
-// =========================================================================
+
+//=============================================================================
+/**
+ * @file Handle_Ops.h
+ *
+ * $Id$
+ *
+ * This class consolidates the operations on the Handles.
+ *
+ *
+ * @author Priyanka Gontla <pgontla@ece.uci.edu>
+ */
+//=============================================================================
+
#ifndef ACE_HANDLE_OPS_H
#define ACE_HANDLE_OPS_H
@@ -20,16 +21,18 @@
class ACE_Export ACE_Handle_Ops
{
- public:
- // = Operations on HANDLEs.
+public:
+ // = Operations on HANDLEs.
+ /**
+ * Wait up to <timeout> amount of time to actively open a device.
+ * This method doesn't perform the <connect>, it just does the timed
+ * wait...
+ */
static ACE_HANDLE handle_timed_open (ACE_Time_Value *timeout,
const ACE_TCHAR *name,
int flags,
int perms);
- // Wait up to <timeout> amount of time to actively open a device.
- // This method doesn't perform the <connect>, it just does the timed
- // wait...
};
#if !defined (ACE_LACKS_INLINE_FUNCTIONS)