summaryrefslogtreecommitdiff
path: root/ace/Handle_Ops.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-04-10 17:44:16 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-04-10 17:44:16 +0000
commit229673fc49bb56c3f1207cb82c01f8914850c287 (patch)
tree1081fc9b38d9ab63244fa71ae0320de03e56a427 /ace/Handle_Ops.h
parent684aee545e53cd775175481dd38b306449c92fd7 (diff)
downloadATCD-229673fc49bb56c3f1207cb82c01f8914850c287.tar.gz
ChangeLogTag:Wed Apr 10 10:40:36 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Handle_Ops.h')
-rw-r--r--ace/Handle_Ops.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/ace/Handle_Ops.h b/ace/Handle_Ops.h
index 06b4d13cb1b..7368e090a73 100644
--- a/ace/Handle_Ops.h
+++ b/ace/Handle_Ops.h
@@ -1,3 +1,5 @@
+// -*- C++ -*-
+
//=============================================================================
/**
* @file Handle_Ops.h
@@ -11,13 +13,20 @@
*/
//=============================================================================
-
#ifndef ACE_HANDLE_OPS_H
#define ACE_HANDLE_OPS_H
+
#include "ace/pre.h"
+#include "ace/ACE_export.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
#include "ace/OS.h"
+
class ACE_Export ACE_Handle_Ops
{
public:
@@ -40,4 +49,5 @@ public:
#endif /* ACE_LACKS_INLINE_FUNCTIONS */
#include "ace/post.h"
+
#endif /* ACE_HANDLE_OPS_H */