diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-31 22:55:22 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-31 22:55:22 +0000 |
commit | 2dcdd3b6a1806cf231a4ccdca59a106132d9e1be (patch) | |
tree | 7774cf0fef5bbe805a0e0817bb55ff8ad5489c7f /examples/Threads/tss2.cpp | |
parent | 85b30f9d091af39e1e61fa92ce8f351ee520bc31 (diff) | |
download | ATCD-2dcdd3b6a1806cf231a4ccdca59a106132d9e1be.tar.gz |
Added ACE_RCSID to examples/
Diffstat (limited to 'examples/Threads/tss2.cpp')
-rw-r--r-- | examples/Threads/tss2.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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) |