summaryrefslogtreecommitdiff
path: root/ace/Asynch_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_Connector.cpp')
-rw-r--r--ace/Asynch_Connector.cpp13
1 files changed, 6 insertions, 7 deletions
diff --git a/ace/Asynch_Connector.cpp b/ace/Asynch_Connector.cpp
index 65b23f9a60c..1fbbcc512e7 100644
--- a/ace/Asynch_Connector.cpp
+++ b/ace/Asynch_Connector.cpp
@@ -1,7 +1,8 @@
+/* -*- C++ -*- */
// $Id$
-#ifndef ACE_ASYNCH_CONNECTOR_CPP
-#define ACE_ASYNCH_CONNECTOR_CPP
+#ifndef ACE_ASYNCH_CONNECTOR_C
+#define ACE_ASYNCH_CONNECTOR_C
#include "ace/Asynch_Connector.h"
@@ -9,6 +10,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+ACE_RCSID(ace, Asynch_Connector, "$Id$")
+
#if (defined (ACE_WIN32) || defined (ACE_HAS_AIO_CALLS)) && !defined(ACE_HAS_WINCE)
// This only works on platforms that support async I/O.
@@ -19,8 +22,6 @@
#include "ace/Message_Block.h"
#include "ace/INET_Addr.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
template <class HANDLER>
ACE_Asynch_Connector<HANDLER>::ACE_Asynch_Connector (void)
: pass_addresses_ (0),
@@ -290,7 +291,5 @@ ACE_Asynch_Connector<HANDLER>::validate_new_connection (int new_value)
this->validate_new_connection_ = new_value;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_WIN32 || ACE_HAS_AIO_CALLS */
-#endif /* ACE_ASYNCH_CONNECTOR_CPP */
+#endif /* ACE_ASYNCH_CONNECTOR_C */