summaryrefslogtreecommitdiff
path: root/ACE/examples/Mem_Map/IO-tests
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Mem_Map/IO-tests')
-rw-r--r--ACE/examples/Mem_Map/IO-tests/IO_Test.cpp2
-rw-r--r--ACE/examples/Mem_Map/IO-tests/IO_Test.h2
-rw-r--r--ACE/examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc2
-rw-r--r--ACE/examples/Mem_Map/IO-tests/test_io.cpp2
4 files changed, 0 insertions, 8 deletions
diff --git a/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp b/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
index 4e94b4658af..fa9c9148281 100644
--- a/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
+++ b/ACE/examples/Mem_Map/IO-tests/IO_Test.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#if !defined(_WIN32)
#include "ace/OS_NS_string.h"
diff --git a/ACE/examples/Mem_Map/IO-tests/IO_Test.h b/ACE/examples/Mem_Map/IO-tests/IO_Test.h
index 3c130b32363..d179bfa1fcf 100644
--- a/ACE/examples/Mem_Map/IO-tests/IO_Test.h
+++ b/ACE/examples/Mem_Map/IO-tests/IO_Test.h
@@ -1,6 +1,4 @@
/* -*- C++ -*- */
-// $Id$
-
/* Class hierarchy for the File I/O tests. */
#include "ace/Profile_Timer.h"
diff --git a/ACE/examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc b/ACE/examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc
index 33b661b229d..66318626531 100644
--- a/ACE/examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc
+++ b/ACE/examples/Mem_Map/IO-tests/Mem_Map_IO_Tests.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project : aceexe, avoids_ace_for_tao {
exename = test_io
}
diff --git a/ACE/examples/Mem_Map/IO-tests/test_io.cpp b/ACE/examples/Mem_Map/IO-tests/test_io.cpp
index 67e054fc423..ace4bea5345 100644
--- a/ACE/examples/Mem_Map/IO-tests/test_io.cpp
+++ b/ACE/examples/Mem_Map/IO-tests/test_io.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// Test program for different methods of copying files.
#include "ace/OS_NS_stdio.h"