summaryrefslogtreecommitdiff
path: root/ace/POSIX_Proactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/POSIX_Proactor.h')
-rw-r--r--ace/POSIX_Proactor.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/ace/POSIX_Proactor.h b/ace/POSIX_Proactor.h
index c3902161e9f..0bacb0ee2db 100644
--- a/ace/POSIX_Proactor.h
+++ b/ace/POSIX_Proactor.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -36,8 +36,6 @@
#define ACE_AIO_MAX_SIZE 2048
#define ACE_AIO_DEFAULT_SIZE 1024
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_POSIX_Proactor
*
@@ -94,8 +92,8 @@ public:
};
enum Opcode {
- ACE_OPCODE_READ = 1,
- ACE_OPCODE_WRITE = 2
+ READ = 1,
+ WRITE = 2
};
virtual Proactor_Type get_impl_type (void);
@@ -651,8 +649,6 @@ protected:
ACE_Time_Value time_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/POSIX_Proactor.inl"
#endif /* __ACE_INLINE__ */