diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-08 18:39:23 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-08 18:39:23 +0000 |
commit | f896b003bd582d632ec64016ed6411e1b30b603f (patch) | |
tree | b219a8bc3523797ef7e34a313198572599424fce /ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp | |
parent | 4ac9f6f6b3a8774e5c2675b2a82736d6e5f54cc2 (diff) | |
download | ATCD-f896b003bd582d632ec64016ed6411e1b30b603f.tar.gz |
Removed ACE_RCSID
Diffstat (limited to 'ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp')
-rw-r--r-- | ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp b/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp index d477c52c389..3c0c88dd624 100644 --- a/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp +++ b/ACE/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp @@ -8,7 +8,7 @@ #include "ace/OS_NS_unistd.h" #include "ace/Time_Value.h" -ACE_RCSID(SPIPE_SAP, consumer_read, "$Id$") + #if defined (ACE_HAS_STREAM_PIPES) |