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/task_three.cpp | |
parent | 85b30f9d091af39e1e61fa92ce8f351ee520bc31 (diff) | |
download | ATCD-2dcdd3b6a1806cf231a4ccdca59a106132d9e1be.tar.gz |
Added ACE_RCSID to examples/
Diffstat (limited to 'examples/Threads/task_three.cpp')
-rw-r--r-- | examples/Threads/task_three.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Threads/task_three.cpp b/examples/Threads/task_three.cpp index c84107b3145..5a4b8f1e6e3 100644 --- a/examples/Threads/task_three.cpp +++ b/examples/Threads/task_three.cpp @@ -17,6 +17,8 @@ #include "ace/Task.h" #include "ace/streams.h" +ACE_RCSID(Threads, task_three, "$Id$") + #if defined (ACE_HAS_THREADS) static ofstream *out_stream = 0; |