summaryrefslogtreecommitdiff
path: root/ace/DEV_Connector.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-28 16:14:56 +0000
commit2aa4f50f829476ae276ba391127cc7266f603c96 (patch)
treec4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/DEV_Connector.cpp
parent28934d0116426fa37e2a562cfa0d95fa34241051 (diff)
downloadATCD-2aa4f50f829476ae276ba391127cc7266f603c96.tar.gz
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/DEV_Connector.cpp')
-rw-r--r--ace/DEV_Connector.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/DEV_Connector.cpp b/ace/DEV_Connector.cpp
index 5c577754481..a1fef807057 100644
--- a/ace/DEV_Connector.cpp
+++ b/ace/DEV_Connector.cpp
@@ -1,4 +1,3 @@
-// DEV_Connector.cpp
// $Id$
#include "ace/DEV_Connector.h"
@@ -15,6 +14,8 @@ ACE_RCSID (ace,
"$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_ALLOC_HOOK_DEFINE(ACE_DEV_Connector)
void
@@ -48,3 +49,5 @@ ACE_DEV_Connector::connect (ACE_DEV_IO &new_io,
new_io.addr_ = remote_sap; // class copy.
return handle == ACE_INVALID_HANDLE ? -1 : 0;
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL