summaryrefslogtreecommitdiff
path: root/ace/Handle_Ops.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
commit2aa4f50f829476ae276ba391127cc7266f603c96 (patch)
treec4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/Handle_Ops.h
parent28934d0116426fa37e2a562cfa0d95fa34241051 (diff)
downloadATCD-2aa4f50f829476ae276ba391127cc7266f603c96.tar.gz
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Handle_Ops.h')
-rw-r--r--ace/Handle_Ops.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Handle_Ops.h b/ace/Handle_Ops.h
index 7f50eba8270..de6918753a9 100644
--- a/ace/Handle_Ops.h
+++ b/ace/Handle_Ops.h
@@ -6,9 +6,7 @@
*
* $Id$
*
- * This class consolidates the operations on the Handles.
- *
- * @author Priyanka Gontla <pgontla@ece.uci.edu>
+ * Handle operations.
*/
//=============================================================================
@@ -25,6 +23,8 @@
#include "ace/Global_Macros.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
class ACE_Time_Value;
// = Operations on HANDLEs.
@@ -43,6 +43,8 @@ namespace ACE
LPSECURITY_ATTRIBUTES sa = 0);
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_HANDLE_OPS_H */