diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-11 08:54:09 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-11 08:54:09 +0000 |
commit | 373d494674f4441d2e36bb5b6377b091f5483d93 (patch) | |
tree | 0ae2548391a8952ec1ccaf8c6c3d1fe5e2fb7e4a /ace/Asynch_IO.cpp | |
parent | f27c87da7695ba9f6e3c961f1e57a928c5e5a98b (diff) | |
download | ATCD-373d494674f4441d2e36bb5b6377b091f5483d93.tar.gz |
Added RCS Id strings to cpp files via a macro that can be turned off
Diffstat (limited to 'ace/Asynch_IO.cpp')
-rw-r--r-- | ace/Asynch_IO.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Asynch_IO.cpp b/ace/Asynch_IO.cpp index 14d91e248e9..0f12c1fc870 100644 --- a/ace/Asynch_IO.cpp +++ b/ace/Asynch_IO.cpp @@ -3,6 +3,8 @@ #define ACE_BUILD_DLL #include "ace/Asynch_IO.h" +ACE_RCSID(ace, Asynch_IO, "$Id$") + #if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) \ || (defined (ACE_HAS_AIO_CALLS)) // This only works on Win32 platforms |