diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-23 16:04:12 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-23 16:04:12 +0000 |
commit | cd755938747721a508099129566e90c38a51b870 (patch) | |
tree | 888a37b59f92dd7640beb6049094c07c3fd2f23a /examples/Mem_Map | |
parent | e6abbe6fc23e6ac76adb309bf066b37e08d76ac3 (diff) | |
download | ATCD-cd755938747721a508099129566e90c38a51b870.tar.gz |
change SCCS keywords (in our files only) to RCS keywords
Diffstat (limited to 'examples/Mem_Map')
-rw-r--r-- | examples/Mem_Map/IO-tests/IO_Test.cpp | 2 | ||||
-rw-r--r-- | examples/Mem_Map/IO-tests/IO_Test.h | 2 | ||||
-rw-r--r-- | examples/Mem_Map/IO-tests/test_io.cpp | 2 | ||||
-rw-r--r-- | examples/Mem_Map/file-reverse/file-reverse.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/Mem_Map/IO-tests/IO_Test.cpp b/examples/Mem_Map/IO-tests/IO_Test.cpp index 979fd724181..bed887dc2b1 100644 --- a/examples/Mem_Map/IO-tests/IO_Test.cpp +++ b/examples/Mem_Map/IO-tests/IO_Test.cpp @@ -1,5 +1,5 @@ #include "ace/OS.h" -// @(#)IO_Test.cpp 1.1 10/18/96 +// $Id$ #include "ace/Mem_Map.h" #include "IO_Test.h" diff --git a/examples/Mem_Map/IO-tests/IO_Test.h b/examples/Mem_Map/IO-tests/IO_Test.h index b45aabf17d9..659a85eec15 100644 --- a/examples/Mem_Map/IO-tests/IO_Test.h +++ b/examples/Mem_Map/IO-tests/IO_Test.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)IO_Test.h 1.1 10/18/96 +// $Id$ /* Class hierarchy for the File I/O tests. */ diff --git a/examples/Mem_Map/IO-tests/test_io.cpp b/examples/Mem_Map/IO-tests/test_io.cpp index a9a9a918712..4615eec60e2 100644 --- a/examples/Mem_Map/IO-tests/test_io.cpp +++ b/examples/Mem_Map/IO-tests/test_io.cpp @@ -1,5 +1,5 @@ /* Test program for different methods of copying files. */ -// @(#)test_io.cpp 1.1 10/18/96 +// $Id$ #include "ace/OS.h" diff --git a/examples/Mem_Map/file-reverse/file-reverse.cpp b/examples/Mem_Map/file-reverse/file-reverse.cpp index d3431c40b0f..5c199747bb5 100644 --- a/examples/Mem_Map/file-reverse/file-reverse.cpp +++ b/examples/Mem_Map/file-reverse/file-reverse.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)file-reverse.cpp 1.1 10/18/96 +// $Id$ #include "ace/Mem_Map.h" |