summaryrefslogtreecommitdiff
path: root/ace/WIN32_Asynch_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/WIN32_Asynch_IO.h')
-rw-r--r--ace/WIN32_Asynch_IO.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/ace/WIN32_Asynch_IO.h b/ace/WIN32_Asynch_IO.h
index 298563c7d88..f8683a7c24d 100644
--- a/ace/WIN32_Asynch_IO.h
+++ b/ace/WIN32_Asynch_IO.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -41,8 +41,6 @@
#include "ace/Map_Manager.h"
#include "ace/Null_Mutex.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Forward declaration
class ACE_WIN32_Proactor;
@@ -691,7 +689,7 @@ public:
/**
* Same as above but with scatter support, through chaining of
* composite message blocks using the continuation field.
- * @note Each data block payload must be at least the size of a
+ * NOTE: Each data block payload must be at least the size of a
* system memory page and must be aligned on a system memory page
* size boundary
*/
@@ -898,7 +896,7 @@ public:
/**
* Same as above but with gather support, through chaining of
* composite message blocks using the continuation field.
- * @note Each data block payload must be at least the size of a
+ * NOTE: Each data block payload must be at least the size of a
* system memory page and must be aligned on a system memory page
* size boundary
*/
@@ -1929,8 +1927,6 @@ protected:
ACE_WIN32_Asynch_Write_Dgram (void);
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_WIN32 && !ACE_HAS_WINCE */
#include /**/ "ace/post.h"
#endif /* ACE_WIN32_ASYNCH_IO_H */