From cd755938747721a508099129566e90c38a51b870 Mon Sep 17 00:00:00 2001 From: levine Date: Wed, 23 Oct 1996 16:04:12 +0000 Subject: change SCCS keywords (in our files only) to RCS keywords --- examples/System_V_IPC/SV_Semaphores/Semaphore_Client.cpp | 2 +- examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp | 2 +- examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h | 2 +- examples/System_V_IPC/SV_Semaphores/Semaphores.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/System_V_IPC/SV_Semaphores') diff --git a/examples/System_V_IPC/SV_Semaphores/Semaphore_Client.cpp b/examples/System_V_IPC/SV_Semaphores/Semaphore_Client.cpp index 69b414cef0c..b7fe34725e7 100644 --- a/examples/System_V_IPC/SV_Semaphores/Semaphore_Client.cpp +++ b/examples/System_V_IPC/SV_Semaphores/Semaphore_Client.cpp @@ -1,5 +1,5 @@ #include "Semaphore_Test.h" -// @(#)Semaphore_Client.cpp 1.1 10/18/96 +// $Id$ #include "ace/SV_Shared_Memory.h" #include "ace/SV_Semaphore_Simple.h" diff --git a/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp b/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp index 721bb07171e..3dec989ec52 100644 --- a/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp +++ b/examples/System_V_IPC/SV_Semaphores/Semaphore_Server.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)Semaphore_Server.cpp 1.1 10/18/96 +// $Id$ #include "ace/SV_Shared_Memory.h" #include "ace/SV_Semaphore_Simple.h" diff --git a/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h b/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h index 07bc3e9ecec..72aab815ff8 100644 --- a/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h +++ b/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Semaphore_Test.h 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" diff --git a/examples/System_V_IPC/SV_Semaphores/Semaphores.cpp b/examples/System_V_IPC/SV_Semaphores/Semaphores.cpp index 923bd142cc3..b98c664883b 100644 --- a/examples/System_V_IPC/SV_Semaphores/Semaphores.cpp +++ b/examples/System_V_IPC/SV_Semaphores/Semaphores.cpp @@ -1,5 +1,5 @@ // Illustrates the use of the Semaphore_Complex class. Note that it -// @(#)Semaphores.cpp 1.1 10/18/96 +// $Id$ // doesn't matter whether the parent or the child creates the // semaphore since Semaphore_Complex will correctly serialize the -- cgit v1.2.1