summaryrefslogtreecommitdiff
path: root/tests/Message_Queue_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
commit373d494674f4441d2e36bb5b6377b091f5483d93 (patch)
tree0ae2548391a8952ec1ccaf8c6c3d1fe5e2fb7e4a /tests/Message_Queue_Test.cpp
parentf27c87da7695ba9f6e3c961f1e57a928c5e5a98b (diff)
downloadATCD-373d494674f4441d2e36bb5b6377b091f5483d93.tar.gz
Added RCS Id strings to cpp files via a macro that can be turned off
Diffstat (limited to 'tests/Message_Queue_Test.cpp')
-rw-r--r--tests/Message_Queue_Test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Message_Queue_Test.cpp b/tests/Message_Queue_Test.cpp
index 58a225a3839..4b912856990 100644
--- a/tests/Message_Queue_Test.cpp
+++ b/tests/Message_Queue_Test.cpp
@@ -28,13 +28,15 @@
#include "ace/Synch.h"
#include "ace/High_Res_Timer.h"
-const ASYS_TCHAR usage[] = "usage: Message_Queue_Test <number of messages>\n";
+ACE_RCSID(tests, Message_Queue_Test, "$Id$")
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
USELIB("..\ace\aced.lib");
//---------------------------------------------------------------------------
#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
+const ASYS_TCHAR usage[] = "usage: Message_Queue_Test <number of messages>\n";
+
typedef ACE_Message_Queue<ACE_NULL_SYNCH> QUEUE;
typedef ACE_Message_Queue_Iterator<ACE_NULL_SYNCH> ITERATOR;
typedef ACE_Message_Queue_Reverse_Iterator<ACE_NULL_SYNCH> REVERSE_ITERATOR;