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 | b3892f2d86d595049b6ff8db83ca5763673f2856 (patch) | |
tree | 0ae2548391a8952ec1ccaf8c6c3d1fe5e2fb7e4a /tests/SV_Shared_Memory_Test.cpp | |
parent | d2a82034a5058f2115932090cf32b7c644ade49c (diff) | |
download | ATCD-b3892f2d86d595049b6ff8db83ca5763673f2856.tar.gz |
Added RCS Id strings to cpp files via a macro that can be turned off
Diffstat (limited to 'tests/SV_Shared_Memory_Test.cpp')
-rw-r--r-- | tests/SV_Shared_Memory_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/SV_Shared_Memory_Test.cpp b/tests/SV_Shared_Memory_Test.cpp index 1dbb9e16912..5186d3274f1 100644 --- a/tests/SV_Shared_Memory_Test.cpp +++ b/tests/SV_Shared_Memory_Test.cpp @@ -20,6 +20,8 @@ #include "test_config.h" #include "ace/Malloc.h" +ACE_RCSID(tests, SV_Shared_Memory_Test, "$Id$") + #if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 USELIB("..\ace\aced.lib"); //--------------------------------------------------------------------------- |