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 /tests/UPIPE_SAP_Test.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 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r-- | tests/UPIPE_SAP_Test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp index b47b24708e1..936086c28f8 100644 --- a/tests/UPIPE_SAP_Test.cpp +++ b/tests/UPIPE_SAP_Test.cpp @@ -17,10 +17,12 @@ // // ============================================================================ +#include "test_config.h" #include "ace/Stream.h" #include "ace/UPIPE_Acceptor.h" #include "ace/UPIPE_Connector.h" -#include "test_config.h" + +ACE_RCSID(tests, UPIPE_SAP_Test, "$Id$") #if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 USELIB("..\ace\aced.lib"); |