From 2dcdd3b6a1806cf231a4ccdca59a106132d9e1be Mon Sep 17 00:00:00 2001 From: gonzo Date: Fri, 31 Jul 1998 22:55:22 +0000 Subject: Added ACE_RCSID to examples/ --- examples/Threads/tss2.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/Threads/tss2.cpp') diff --git a/examples/Threads/tss2.cpp b/examples/Threads/tss2.cpp index 9a63f91e3a6..a8ddfe94890 100644 --- a/examples/Threads/tss2.cpp +++ b/examples/Threads/tss2.cpp @@ -17,10 +17,12 @@ // // ============================================================================ +#include "ace/Thread.h" #include "TSS_Data.h" #include "TSS_Obj.h" #include "TSS_Task.h" -#include "ace/Thread.h" + +ACE_RCSID(Threads, tss2, "$Id$") #if defined (ACE_HAS_THREADS) -- cgit v1.2.1