summaryrefslogtreecommitdiff
path: root/ACE/examples/Mem_Map
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 18:39:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 18:39:23 +0000
commitf896b003bd582d632ec64016ed6411e1b30b603f (patch)
treeb219a8bc3523797ef7e34a313198572599424fce /ACE/examples/Mem_Map
parent4ac9f6f6b3a8774e5c2675b2a82736d6e5f54cc2 (diff)
downloadATCD-f896b003bd582d632ec64016ed6411e1b30b603f.tar.gz
Removed ACE_RCSID
Diffstat (limited to 'ACE/examples/Mem_Map')
-rw-r--r--ACE/examples/Mem_Map/IO-tests/IO_Test.cpp2
-rw-r--r--ACE/examples/Mem_Map/IO-tests/test_io.cpp2
-rw-r--r--ACE/examples/Mem_Map/file-reverse/file-reverse.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp b/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
index 2628dd2f9de..4e94b4658af 100644
--- a/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
+++ b/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
@@ -9,7 +9,7 @@
#include "ace/Log_Msg.h"
#include "IO_Test.h"
-ACE_RCSID(IO_tests, IO_Test, "$Id$")
+
diff --git a/ACE/examples/Mem_Map/IO-tests/test_io.cpp b/ACE/examples/Mem_Map/IO-tests/test_io.cpp
index 20dd3da70d1..67e054fc423 100644
--- a/ACE/examples/Mem_Map/IO-tests/test_io.cpp
+++ b/ACE/examples/Mem_Map/IO-tests/test_io.cpp
@@ -11,7 +11,7 @@
#include "ace/Log_Msg.h"
#include "IO_Test.h"
-ACE_RCSID(IO_tests, test_io, "$Id$")
+
#if !defined(_WIN32)
diff --git a/ACE/examples/Mem_Map/file-reverse/file-reverse.cpp b/ACE/examples/Mem_Map/file-reverse/file-reverse.cpp
index 37418d7d7fc..e439d6f18ff 100644
--- a/ACE/examples/Mem_Map/file-reverse/file-reverse.cpp
+++ b/ACE/examples/Mem_Map/file-reverse/file-reverse.cpp
@@ -8,7 +8,7 @@
#include "ace/Log_Msg.h"
#include "ace/Truncate.h"
-ACE_RCSID(file_reverse, file_reverse, "$Id$")
+
static void
putline (const char *s)