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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/WIN32_Asynch_IO.h b/ace/WIN32_Asynch_IO.h
index f8683a7c24d..1e259ef9e95 100644
--- a/ace/WIN32_Asynch_IO.h
+++ b/ace/WIN32_Asynch_IO.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -41,6 +41,8 @@
#include "ace/Map_Manager.h"
#include "ace/Null_Mutex.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Forward declaration
class ACE_WIN32_Proactor;
@@ -1927,6 +1929,8 @@ 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 */