summaryrefslogtreecommitdiff
path: root/examples/Shared_Malloc
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-23 16:04:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-23 16:04:12 +0000
commitcd755938747721a508099129566e90c38a51b870 (patch)
tree888a37b59f92dd7640beb6049094c07c3fd2f23a /examples/Shared_Malloc
parente6abbe6fc23e6ac76adb309bf066b37e08d76ac3 (diff)
downloadATCD-cd755938747721a508099129566e90c38a51b870.tar.gz
change SCCS keywords (in our files only) to RCS keywords
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r--examples/Shared_Malloc/Malloc.cpp2
-rw-r--r--examples/Shared_Malloc/Malloc.h2
-rw-r--r--examples/Shared_Malloc/Options.cpp2
-rw-r--r--examples/Shared_Malloc/Options.h2
-rw-r--r--examples/Shared_Malloc/test_malloc.cpp2
-rw-r--r--examples/Shared_Malloc/test_persistence.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/Shared_Malloc/Malloc.cpp b/examples/Shared_Malloc/Malloc.cpp
index f784e112124..23bf6fd3833 100644
--- a/examples/Shared_Malloc/Malloc.cpp
+++ b/examples/Shared_Malloc/Malloc.cpp
@@ -1,5 +1,5 @@
#include "Options.h"
-// @(#)Malloc.cpp 1.1 10/18/96
+// $Id$
#include "Malloc.h"
diff --git a/examples/Shared_Malloc/Malloc.h b/examples/Shared_Malloc/Malloc.h
index b3f9d5fd516..57a1eecd1f2 100644
--- a/examples/Shared_Malloc/Malloc.h
+++ b/examples/Shared_Malloc/Malloc.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Malloc.h 1.1 10/18/96
+// $Id$
#if !defined (MY_MALLOC_H)
#define MY_MALLOC_H
diff --git a/examples/Shared_Malloc/Options.cpp b/examples/Shared_Malloc/Options.cpp
index 6a9467356a3..41400ccff78 100644
--- a/examples/Shared_Malloc/Options.cpp
+++ b/examples/Shared_Malloc/Options.cpp
@@ -1,5 +1,5 @@
#include "ace/Get_Opt.h"
-// @(#)Options.cpp 1.1 10/18/96
+// $Id$
#include "ace/Log_Msg.h"
#include "Options.h"
diff --git a/examples/Shared_Malloc/Options.h b/examples/Shared_Malloc/Options.h
index 769e1a4db13..931f7411673 100644
--- a/examples/Shared_Malloc/Options.h
+++ b/examples/Shared_Malloc/Options.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Options.h 1.1 10/18/96
+// $Id$
#if !defined (_OPTIONS)
#define _OPTIONS
diff --git a/examples/Shared_Malloc/test_malloc.cpp b/examples/Shared_Malloc/test_malloc.cpp
index 9a1d355701b..508644adb48 100644
--- a/examples/Shared_Malloc/test_malloc.cpp
+++ b/examples/Shared_Malloc/test_malloc.cpp
@@ -1,5 +1,5 @@
// This program tests out all the various ACE_Malloc combinations and
-// @(#)test_malloc.cpp 1.1 10/18/96
+// $Id$
// the ACE_Allocator_Adapter.
diff --git a/examples/Shared_Malloc/test_persistence.cpp b/examples/Shared_Malloc/test_persistence.cpp
index 8f499a6a01d..dd2e3aefcb2 100644
--- a/examples/Shared_Malloc/test_persistence.cpp
+++ b/examples/Shared_Malloc/test_persistence.cpp
@@ -1,5 +1,5 @@
// Test the persistence capabilities of the ACE shared memory manager.
-// @(#)test_persistence.cpp 1.1 10/18/96
+// $Id$
#include "ace/Log_Msg.h"