summaryrefslogtreecommitdiff
path: root/tests/Priority_Buffer_Test.cpp
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-11 08:54:09 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-11 08:54:09 +0000
commitb3892f2d86d595049b6ff8db83ca5763673f2856 (patch)
tree0ae2548391a8952ec1ccaf8c6c3d1fe5e2fb7e4a /tests/Priority_Buffer_Test.cpp
parentd2a82034a5058f2115932090cf32b7c644ade49c (diff)
downloadATCD-b3892f2d86d595049b6ff8db83ca5763673f2856.tar.gz
Added RCS Id strings to cpp files via a macro that can be turned off
Diffstat (limited to 'tests/Priority_Buffer_Test.cpp')
-rw-r--r--tests/Priority_Buffer_Test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Priority_Buffer_Test.cpp b/tests/Priority_Buffer_Test.cpp
index f852db934fc..42ebe0fa68b 100644
--- a/tests/Priority_Buffer_Test.cpp
+++ b/tests/Priority_Buffer_Test.cpp
@@ -19,9 +19,11 @@
//
// ============================================================================
+#include "test_config.h"
#include "ace/Message_Queue.h"
#include "ace/Thread_Manager.h"
-#include "test_config.h"
+
+ACE_RCSID(tests, Priority_Buffer_Test, "$Id$")
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
USELIB("..\ace\aced.lib");