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/Connection/blocking | |
parent | e6abbe6fc23e6ac76adb309bf066b37e08d76ac3 (diff) | |
download | ATCD-cd755938747721a508099129566e90c38a51b870.tar.gz |
change SCCS keywords (in our files only) to RCS keywords
Diffstat (limited to 'examples/Connection/blocking')
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/Connection/blocking/SPIPE-acceptor.cpp b/examples/Connection/blocking/SPIPE-acceptor.cpp index 471ae4db8f4..bb6bbd3f119 100644 --- a/examples/Connection/blocking/SPIPE-acceptor.cpp +++ b/examples/Connection/blocking/SPIPE-acceptor.cpp @@ -1,5 +1,5 @@ #if !defined (SPIPE_ACCEPTOR_C) -// @(#)SPIPE-acceptor.cpp 1.1 10/18/96 +// $Id$ #define SPIPE_ACCEPTOR_C diff --git a/examples/Connection/blocking/SPIPE-acceptor.h b/examples/Connection/blocking/SPIPE-acceptor.h index 42d0e106ede..aee2d645ca5 100644 --- a/examples/Connection/blocking/SPIPE-acceptor.h +++ b/examples/Connection/blocking/SPIPE-acceptor.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)SPIPE-acceptor.h 1.1 10/18/96 +// $Id$ #if !defined (SP_ACCEPTOR_H) #define SP_ACCEPTOR_H diff --git a/examples/Connection/blocking/SPIPE-connector.cpp b/examples/Connection/blocking/SPIPE-connector.cpp index 584c16cd9f2..0b45a4b375b 100644 --- a/examples/Connection/blocking/SPIPE-connector.cpp +++ b/examples/Connection/blocking/SPIPE-connector.cpp @@ -1,5 +1,5 @@ #if !defined (SPIPE_CONNECTOR_C) -// @(#)SPIPE-connector.cpp 1.1 10/18/96 +// $Id$ #define SPIPE_CONNECTOR_C diff --git a/examples/Connection/blocking/SPIPE-connector.h b/examples/Connection/blocking/SPIPE-connector.h index 81525f0a0eb..6a6fc97976f 100644 --- a/examples/Connection/blocking/SPIPE-connector.h +++ b/examples/Connection/blocking/SPIPE-connector.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)SPIPE-connector.h 1.1 10/18/96 +// $Id$ #if !defined (SP_CONNECTOR_H) #define SP_CONNECTOR_H diff --git a/examples/Connection/blocking/test_spipe_acceptor.cpp b/examples/Connection/blocking/test_spipe_acceptor.cpp index 2ef842022f8..aacf007a569 100644 --- a/examples/Connection/blocking/test_spipe_acceptor.cpp +++ b/examples/Connection/blocking/test_spipe_acceptor.cpp @@ -1,5 +1,5 @@ // ACE_SPIPE Server. -// @(#)test_spipe_acceptor.cpp 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Acceptor.h" diff --git a/examples/Connection/blocking/test_spipe_connector.cpp b/examples/Connection/blocking/test_spipe_connector.cpp index 2dbc1b7d5e0..57a6c81e116 100644 --- a/examples/Connection/blocking/test_spipe_connector.cpp +++ b/examples/Connection/blocking/test_spipe_connector.cpp @@ -1,5 +1,5 @@ // ACE_SPIPE Client. -// @(#)test_spipe_connector.cpp 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Connector.h" |