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 | |
parent | e6abbe6fc23e6ac76adb309bf066b37e08d76ac3 (diff) | |
download | ATCD-cd755938747721a508099129566e90c38a51b870.tar.gz |
change SCCS keywords (in our files only) to RCS keywords
374 files changed, 374 insertions, 374 deletions
diff --git a/apps/Gateway/Gateway/Channel.cpp b/apps/Gateway/Gateway/Channel.cpp index f07b5a81978..c0ee7788ef6 100644 --- a/apps/Gateway/Gateway/Channel.cpp +++ b/apps/Gateway/Gateway/Channel.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)Channel.cpp 1.1 10/18/96 +// $Id$ #include "Routing_Entry.h" #include "Channel_Connector.h" diff --git a/apps/Gateway/Gateway/Channel.h b/apps/Gateway/Gateway/Channel.h index 9410d0121ae..884d9b98d07 100644 --- a/apps/Gateway/Gateway/Channel.h +++ b/apps/Gateway/Gateway/Channel.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Channel.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Gateway/Gateway/Channel_Connector.cpp b/apps/Gateway/Gateway/Channel_Connector.cpp index 429fa595df2..a5394e8b013 100644 --- a/apps/Gateway/Gateway/Channel_Connector.cpp +++ b/apps/Gateway/Gateway/Channel_Connector.cpp @@ -1,5 +1,5 @@ #include "Channel_Connector.h" -// @(#)Channel_Connector.cpp 1.1 10/18/96 +// $Id$ Channel_Connector::Channel_Connector (void) diff --git a/apps/Gateway/Gateway/Channel_Connector.h b/apps/Gateway/Gateway/Channel_Connector.h index f15ced0e14d..3e27f37355a 100644 --- a/apps/Gateway/Gateway/Channel_Connector.h +++ b/apps/Gateway/Gateway/Channel_Connector.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Channel_Connector.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Gateway/Gateway/Config_Files.cpp b/apps/Gateway/Gateway/Config_Files.cpp index 5dddbf8cefa..f2466544e5b 100644 --- a/apps/Gateway/Gateway/Config_Files.cpp +++ b/apps/Gateway/Gateway/Config_Files.cpp @@ -1,5 +1,5 @@ #include "ace/OS.h" -// @(#)Config_Files.cpp 1.1 10/18/96 +// $Id$ #include "Config_Files.h" diff --git a/apps/Gateway/Gateway/Config_Files.h b/apps/Gateway/Gateway/Config_Files.h index 67965fbff8b..9418815ff09 100644 --- a/apps/Gateway/Gateway/Config_Files.h +++ b/apps/Gateway/Gateway/Config_Files.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Config_Files.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Gateway/Gateway/File_Parser.cpp b/apps/Gateway/Gateway/File_Parser.cpp index 2fc52d7980a..be33e9a96d2 100644 --- a/apps/Gateway/Gateway/File_Parser.cpp +++ b/apps/Gateway/Gateway/File_Parser.cpp @@ -1,5 +1,5 @@ #if !defined (FILE_PARSER_C) -// @(#)File_Parser.cpp 1.1 10/18/96 +// $Id$ #define FILE_PARSER_C diff --git a/apps/Gateway/Gateway/File_Parser.h b/apps/Gateway/Gateway/File_Parser.h index cddf3aa3055..e36ae71ca94 100644 --- a/apps/Gateway/Gateway/File_Parser.h +++ b/apps/Gateway/Gateway/File_Parser.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)File_Parser.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Gateway/Gateway/Gateway.cpp b/apps/Gateway/Gateway/Gateway.cpp index e46bfdd5a86..82bbd83e802 100644 --- a/apps/Gateway/Gateway/Gateway.cpp +++ b/apps/Gateway/Gateway/Gateway.cpp @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Gateway.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" diff --git a/apps/Gateway/Gateway/Gateway.h b/apps/Gateway/Gateway/Gateway.h index b4269aa9d80..b00d87628de 100644 --- a/apps/Gateway/Gateway/Gateway.h +++ b/apps/Gateway/Gateway/Gateway.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Gateway.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Gateway/Gateway/Peer_Message.h b/apps/Gateway/Gateway/Peer_Message.h index d4041098e1b..d9e65650095 100644 --- a/apps/Gateway/Gateway/Peer_Message.h +++ b/apps/Gateway/Gateway/Peer_Message.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Peer_Message.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Gateway/Gateway/Routing_Entry.cpp b/apps/Gateway/Gateway/Routing_Entry.cpp index a7333b73aea..cc270cfac3a 100644 --- a/apps/Gateway/Gateway/Routing_Entry.cpp +++ b/apps/Gateway/Gateway/Routing_Entry.cpp @@ -1,5 +1,5 @@ // Defines an entry in the Routing Table. -// @(#)Routing_Entry.cpp 1.1 10/18/96 +// $Id$ #include "Routing_Entry.h" diff --git a/apps/Gateway/Gateway/Routing_Entry.h b/apps/Gateway/Gateway/Routing_Entry.h index 3b281dd77e9..ab8e0eee53d 100644 --- a/apps/Gateway/Gateway/Routing_Entry.h +++ b/apps/Gateway/Gateway/Routing_Entry.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Routing_Entry.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Gateway/Gateway/Routing_Table.cpp b/apps/Gateway/Gateway/Routing_Table.cpp index 284febeafe1..67fce37e4de 100644 --- a/apps/Gateway/Gateway/Routing_Table.cpp +++ b/apps/Gateway/Gateway/Routing_Table.cpp @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Routing_Table.cpp 1.1 10/18/96 +// $Id$ #if !defined (_ROUTING_TABLE_C) diff --git a/apps/Gateway/Gateway/Routing_Table.h b/apps/Gateway/Gateway/Routing_Table.h index 884932c6da1..84194f13e49 100644 --- a/apps/Gateway/Gateway/Routing_Table.h +++ b/apps/Gateway/Gateway/Routing_Table.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Routing_Table.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Gateway/Gateway/Thr_Channel.cpp b/apps/Gateway/Gateway/Thr_Channel.cpp index bcabb66cc2b..26e385e2727 100644 --- a/apps/Gateway/Gateway/Thr_Channel.cpp +++ b/apps/Gateway/Gateway/Thr_Channel.cpp @@ -1,5 +1,5 @@ #include "Thr_Channel.h" -// @(#)Thr_Channel.cpp 1.1 10/18/96 +// $Id$ #include "Channel_Connector.h" diff --git a/apps/Gateway/Gateway/Thr_Channel.h b/apps/Gateway/Gateway/Thr_Channel.h index 796a9759d02..a1dc91b1619 100644 --- a/apps/Gateway/Gateway/Thr_Channel.h +++ b/apps/Gateway/Gateway/Thr_Channel.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Thr_Channel.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Gateway/Gateway/gatewayd.cpp b/apps/Gateway/Gateway/gatewayd.cpp index 5897c69ca00..eaa05b7aa2f 100644 --- a/apps/Gateway/Gateway/gatewayd.cpp +++ b/apps/Gateway/Gateway/gatewayd.cpp @@ -1,5 +1,5 @@ // Main driver program for the Gateway. This file is completely -// @(#)gatewayd.cpp 1.1 10/18/96 +// $Id$ // generic code due to the ACE Service Configurator framework! diff --git a/apps/Gateway/Peer/Gateway_Handler.cpp b/apps/Gateway/Peer/Gateway_Handler.cpp index 84e3c796fe5..8390fb7b70b 100644 --- a/apps/Gateway/Peer/Gateway_Handler.cpp +++ b/apps/Gateway/Peer/Gateway_Handler.cpp @@ -1,5 +1,5 @@ #include "ace/Get_Opt.h" -// @(#)Gateway_Handler.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" #include "Gateway_Handler.h" diff --git a/apps/Gateway/Peer/Gateway_Handler.h b/apps/Gateway/Peer/Gateway_Handler.h index d3156c47ce1..6dc4539e6b7 100644 --- a/apps/Gateway/Peer/Gateway_Handler.h +++ b/apps/Gateway/Peer/Gateway_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Gateway_Handler.h 1.1 10/18/96 +// $Id$ /* These Gateway handler classes process Peer messages sent from the diff --git a/apps/Gateway/Peer/Peer_Message.h b/apps/Gateway/Peer/Peer_Message.h index f6d636911c2..67f57f148cb 100644 --- a/apps/Gateway/Peer/Peer_Message.h +++ b/apps/Gateway/Peer/Peer_Message.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Peer_Message.h 1.1 10/18/96 +// $Id$ // Define the Peer message schema (this may change). diff --git a/apps/Gateway/Peer/peerd.cpp b/apps/Gateway/Peer/peerd.cpp index a4c1b65a406..7836e9892f8 100644 --- a/apps/Gateway/Peer/peerd.cpp +++ b/apps/Gateway/Peer/peerd.cpp @@ -1,5 +1,5 @@ /* Driver for the peer daemon (peerd). Note that this -// @(#)peerd.cpp 1.1 10/18/96 +// $Id$ is completely generic code due to the Service Configurator framework! */ diff --git a/apps/Orbix-Examples/Event_Comm/Consumer/Input_Handler.cpp b/apps/Orbix-Examples/Event_Comm/Consumer/Input_Handler.cpp index 29d8b1218b2..004b54d6fd5 100644 --- a/apps/Orbix-Examples/Event_Comm/Consumer/Input_Handler.cpp +++ b/apps/Orbix-Examples/Event_Comm/Consumer/Input_Handler.cpp @@ -1,5 +1,5 @@ #include "Input_Handler.h" -// @(#)Input_Handler.cpp 1.1 10/18/96 +// $Id$ #include "Notification_Receiver_Handler.h" diff --git a/apps/Orbix-Examples/Event_Comm/Consumer/Input_Handler.h b/apps/Orbix-Examples/Event_Comm/Consumer/Input_Handler.h index d2b87d90f57..673965adacb 100644 --- a/apps/Orbix-Examples/Event_Comm/Consumer/Input_Handler.h +++ b/apps/Orbix-Examples/Event_Comm/Consumer/Input_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Input_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp b/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp index eccf499f6c0..5eca7a7e853 100644 --- a/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp +++ b/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp @@ -1,5 +1,5 @@ #include "Notification_Receiver_Handler.h" -// @(#)Notification_Receiver_Handler.cpp 1.1 10/18/96 +// $Id$ #if defined (ACE_HAS_ORBIX) diff --git a/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.h b/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.h index 9ccd472ef1b..a676b84e2f3 100644 --- a/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.h +++ b/apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Notification_Receiver_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Orbix-Examples/Event_Comm/Consumer/consumer.cpp b/apps/Orbix-Examples/Event_Comm/Consumer/consumer.cpp index 7133a8c8749..48a1bed18d7 100644 --- a/apps/Orbix-Examples/Event_Comm/Consumer/consumer.cpp +++ b/apps/Orbix-Examples/Event_Comm/Consumer/consumer.cpp @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)consumer.cpp 1.1 10/18/96 +// $Id$ // Consumer driver for the Orbix Notification example. diff --git a/apps/Orbix-Examples/Event_Comm/Supplier/Input_Handler.cpp b/apps/Orbix-Examples/Event_Comm/Supplier/Input_Handler.cpp index 96a89f0ac6b..0769ecfcd69 100644 --- a/apps/Orbix-Examples/Event_Comm/Supplier/Input_Handler.cpp +++ b/apps/Orbix-Examples/Event_Comm/Supplier/Input_Handler.cpp @@ -1,5 +1,5 @@ #include "Event_Comm.hh" -// @(#)Input_Handler.cpp 1.1 10/18/96 +// $Id$ #include "Notifier_Handler.h" #include "Input_Handler.h" diff --git a/apps/Orbix-Examples/Event_Comm/Supplier/Input_Handler.h b/apps/Orbix-Examples/Event_Comm/Supplier/Input_Handler.h index 7bd05bbb5db..c888b1e75cd 100644 --- a/apps/Orbix-Examples/Event_Comm/Supplier/Input_Handler.h +++ b/apps/Orbix-Examples/Event_Comm/Supplier/Input_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Input_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Orbix-Examples/Event_Comm/Supplier/Notifier_Handler.cpp b/apps/Orbix-Examples/Event_Comm/Supplier/Notifier_Handler.cpp index 84e9b3380bf..41f68c77b86 100644 --- a/apps/Orbix-Examples/Event_Comm/Supplier/Notifier_Handler.cpp +++ b/apps/Orbix-Examples/Event_Comm/Supplier/Notifier_Handler.cpp @@ -1,5 +1,5 @@ #include "Notifier_Handler.h" -// @(#)Notifier_Handler.cpp 1.1 10/18/96 +// $Id$ #if defined (ACE_HAS_ORBIX) diff --git a/apps/Orbix-Examples/Event_Comm/Supplier/Notifier_Handler.h b/apps/Orbix-Examples/Event_Comm/Supplier/Notifier_Handler.h index 5d0be45924c..293d597a99f 100644 --- a/apps/Orbix-Examples/Event_Comm/Supplier/Notifier_Handler.h +++ b/apps/Orbix-Examples/Event_Comm/Supplier/Notifier_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Notifier_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp b/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp index 927ab73a022..9ab51f8ad5e 100644 --- a/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp +++ b/apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)supplier.cpp 1.1 10/18/96 +// $Id$ // Supplier driver for the Orbix Publish/Subscribe example. diff --git a/apps/Orbix-Examples/Event_Comm/include/Event_Comm_i.h b/apps/Orbix-Examples/Event_Comm/include/Event_Comm_i.h index 49673abec84..61f2212da19 100644 --- a/apps/Orbix-Examples/Event_Comm/include/Event_Comm_i.h +++ b/apps/Orbix-Examples/Event_Comm/include/Event_Comm_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Event_Comm_i.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Orbix-Examples/Event_Comm/include/Notification_Receiver_i.h b/apps/Orbix-Examples/Event_Comm/include/Notification_Receiver_i.h index 4f0bcc980e4..91bb99d6124 100644 --- a/apps/Orbix-Examples/Event_Comm/include/Notification_Receiver_i.h +++ b/apps/Orbix-Examples/Event_Comm/include/Notification_Receiver_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Notification_Receiver_i.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Orbix-Examples/Event_Comm/include/Notifier_i.h b/apps/Orbix-Examples/Event_Comm/include/Notifier_i.h index 379f96b8097..523710811a5 100644 --- a/apps/Orbix-Examples/Event_Comm/include/Notifier_i.h +++ b/apps/Orbix-Examples/Event_Comm/include/Notifier_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Notifier_i.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Event_CommC.cpp b/apps/Orbix-Examples/Event_Comm/libsrc/Event_CommC.cpp index eee25b11a72..b7e328c556c 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Event_CommC.cpp +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Event_CommC.cpp @@ -1,5 +1,5 @@ -// @(#)Event_CommC.cpp 1.1 10/18/96 +// $Id$ #include "Event_Comm.hh" diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Event_CommS.cpp b/apps/Orbix-Examples/Event_Comm/libsrc/Event_CommS.cpp index 9adc4cb26d4..7609370a2e6 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Event_CommS.cpp +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Event_CommS.cpp @@ -1,5 +1,5 @@ -// @(#)Event_CommS.cpp 1.1 10/18/96 +// $Id$ #include "Event_Comm.hh" diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Event_Comm_i.h b/apps/Orbix-Examples/Event_Comm/libsrc/Event_Comm_i.h index 2db73e2f616..57ab7124255 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Event_Comm_i.h +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Event_Comm_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Event_Comm_i.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.cpp b/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.cpp index 337cf91e31e..3dc5bc535be 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.cpp +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)Notification_Receiver_i.cpp 1.1 10/18/96 +// $Id$ #include "ace/Service_Config.h" #include "Notification_Receiver_i.h" diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.h b/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.h index 4f0bcc980e4..91bb99d6124 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.h +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Notification_Receiver_i.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.cpp b/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.cpp index 1edefc82a29..78b575025f4 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.cpp +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)Notifier_i.cpp 1.1 10/18/96 +// $Id$ #include "Notification_Receiver_i.h" #include "Notifier_i.h" diff --git a/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.h b/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.h index 379f96b8097..523710811a5 100644 --- a/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.h +++ b/apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Notifier_i.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/apps/Orbix-Examples/Logger/Logger.cpp b/apps/Orbix-Examples/Logger/Logger.cpp index de05360f606..e5a9f4b76ef 100644 --- a/apps/Orbix-Examples/Logger/Logger.cpp +++ b/apps/Orbix-Examples/Logger/Logger.cpp @@ -1,5 +1,5 @@ #include <iostream.h> -// @(#)Logger.cpp 1.1 10/18/96 +// $Id$ #include "Logger.h" diff --git a/apps/Orbix-Examples/Logger/Logger.h b/apps/Orbix-Examples/Logger/Logger.h index fecae83cbf6..5832c96aab6 100644 --- a/apps/Orbix-Examples/Logger/Logger.h +++ b/apps/Orbix-Examples/Logger/Logger.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Logger.h 1.1 10/18/96 +// $Id$ #if !defined (_LOGGER_H) diff --git a/apps/Orbix-Examples/Logger/client.cpp b/apps/Orbix-Examples/Logger/client.cpp index aea23379488..e44d679bed6 100644 --- a/apps/Orbix-Examples/Logger/client.cpp +++ b/apps/Orbix-Examples/Logger/client.cpp @@ -1,5 +1,5 @@ // A client for the distributed logger example. This program reads -// @(#)client.cpp 1.1 10/18/96 +// $Id$ // from either stdin or from a redirected file and sends all the // contents to the logging server. It also computes how long it takes diff --git a/apps/Orbix-Examples/Logger/loggerS.cpp b/apps/Orbix-Examples/Logger/loggerS.cpp index b1210683886..51d9a70fd03 100644 --- a/apps/Orbix-Examples/Logger/loggerS.cpp +++ b/apps/Orbix-Examples/Logger/loggerS.cpp @@ -1,5 +1,5 @@ -// @(#)loggerS.cpp 1.1 10/18/96 +// $Id$ #include "logger.hh" diff --git a/apps/Orbix-Examples/Logger/logger_i.cpp b/apps/Orbix-Examples/Logger/logger_i.cpp index cfd5a5b0d8b..1bee6b3f7e1 100644 --- a/apps/Orbix-Examples/Logger/logger_i.cpp +++ b/apps/Orbix-Examples/Logger/logger_i.cpp @@ -1,5 +1,5 @@ // Implementation of the logger object. -// @(#)logger_i.cpp 1.1 10/18/96 +// $Id$ #include "ace/OS.h" diff --git a/apps/Orbix-Examples/Logger/logger_i.h b/apps/Orbix-Examples/Logger/logger_i.h index 65253527370..40d7b77c6bf 100644 --- a/apps/Orbix-Examples/Logger/logger_i.h +++ b/apps/Orbix-Examples/Logger/logger_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)logger_i.h 1.1 10/18/96 +// $Id$ #include "ace/Profile_Timer.h" diff --git a/apps/Orbix-Examples/Logger/server.cpp b/apps/Orbix-Examples/Logger/server.cpp index c41aa474dcf..0e9339a7028 100644 --- a/apps/Orbix-Examples/Logger/server.cpp +++ b/apps/Orbix-Examples/Logger/server.cpp @@ -1,5 +1,5 @@ // server.C -// @(#)server.cpp 1.1 10/18/96 +// $Id$ // The server for the logger example. diff --git a/apps/gperf/src/Bool_Array.cpp b/apps/gperf/src/Bool_Array.cpp index e3243565f41..f308c08c24c 100644 --- a/apps/gperf/src/Bool_Array.cpp +++ b/apps/gperf/src/Bool_Array.cpp @@ -1,5 +1,5 @@ /* Fast lookup table abstraction implemented as an Iteration Number Array -// @(#)Bool_Array.cpp 1.1 10/18/96 +// $Id$ Copyright (C) 1989 Free Software Foundation, Inc. written by Douglas C. Schmidt (schmidt@ics.uci.edu) diff --git a/apps/gperf/src/Bool_Array.h b/apps/gperf/src/Bool_Array.h index d890484e485..0a2757dbc8e 100644 --- a/apps/gperf/src/Bool_Array.h +++ b/apps/gperf/src/Bool_Array.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Bool_Array.h 1.1 10/18/96 +// $Id$ /* This may look like C code, but it is really -*- C++ -*- */ diff --git a/apps/gperf/src/Gen_Perf.cpp b/apps/gperf/src/Gen_Perf.cpp index 25c0299fd35..57418ccc047 100644 --- a/apps/gperf/src/Gen_Perf.cpp +++ b/apps/gperf/src/Gen_Perf.cpp @@ -1,5 +1,5 @@ /* Provides high-level routines to manipulate the keywork list -// @(#)Gen_Perf.cpp 1.1 10/18/96 +// $Id$ structures the code generation output. Copyright (C) 1989 Free Software Foundation, Inc. diff --git a/apps/gperf/src/Gen_Perf.h b/apps/gperf/src/Gen_Perf.h index 11817de4851..50d2ab95c0f 100644 --- a/apps/gperf/src/Gen_Perf.h +++ b/apps/gperf/src/Gen_Perf.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Gen_Perf.h 1.1 10/18/96 +// $Id$ /* This may look like C code, but it is really -*- C++ -*- */ diff --git a/apps/gperf/src/Hash_Table.cpp b/apps/gperf/src/Hash_Table.cpp index dfb008514ce..fa165715abc 100644 --- a/apps/gperf/src/Hash_Table.cpp +++ b/apps/gperf/src/Hash_Table.cpp @@ -1,5 +1,5 @@ /* Hash table for checking keyword links. Implemented using double hashing. -// @(#)Hash_Table.cpp 1.1 10/18/96 +// $Id$ Copyright (C) 1989 Free Software Foundation, Inc. written by Douglas C. Schmidt (schmidt@ics.uci.edu) diff --git a/apps/gperf/src/Hash_Table.h b/apps/gperf/src/Hash_Table.h index c7a77a1b37b..80cba1e9e34 100644 --- a/apps/gperf/src/Hash_Table.h +++ b/apps/gperf/src/Hash_Table.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Hash_Table.h 1.1 10/18/96 +// $Id$ /* This may look like C code, but it is really -*- C++ -*- */ diff --git a/apps/gperf/src/Iterator.cpp b/apps/gperf/src/Iterator.cpp index 2e5d37f8f00..94768115231 100644 --- a/apps/gperf/src/Iterator.cpp +++ b/apps/gperf/src/Iterator.cpp @@ -1,5 +1,5 @@ /* Provides an Iterator for keyword characters. -// @(#)Iterator.cpp 1.1 10/18/96 +// $Id$ Copyright (C) 1989 Free Software Foundation, Inc. written by Douglas C. Schmidt (schmidt@ics.uci.edu) diff --git a/apps/gperf/src/Iterator.h b/apps/gperf/src/Iterator.h index d2c81039b3f..d1fe416859d 100644 --- a/apps/gperf/src/Iterator.h +++ b/apps/gperf/src/Iterator.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Iterator.h 1.1 10/18/96 +// $Id$ /* This may look like C code, but it is really -*- C++ -*- */ diff --git a/apps/gperf/src/Key_List.cpp b/apps/gperf/src/Key_List.cpp index 3a944b4b28b..c1009b3441c 100644 --- a/apps/gperf/src/Key_List.cpp +++ b/apps/gperf/src/Key_List.cpp @@ -1,5 +1,5 @@ /* Routines for building, ordering, and printing the keyword list. -// @(#)Key_List.cpp 1.1 10/18/96 +// $Id$ Copyright (C) 1989 Free Software Foundation, Inc. written by Douglas C. Schmidt (schmidt@ics.uci.edu) diff --git a/apps/gperf/src/Key_List.h b/apps/gperf/src/Key_List.h index 14276eb975d..bad5e0a2ffa 100644 --- a/apps/gperf/src/Key_List.h +++ b/apps/gperf/src/Key_List.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Key_List.h 1.1 10/18/96 +// $Id$ /* This may look like C code, but it is really -*- C++ -*- */ diff --git a/apps/gperf/src/List_Node.cpp b/apps/gperf/src/List_Node.cpp index d72cc699c13..59643b97b17 100644 --- a/apps/gperf/src/List_Node.cpp +++ b/apps/gperf/src/List_Node.cpp @@ -1,5 +1,5 @@ /* Creates and initializes a new list node. -// @(#)List_Node.cpp 1.1 10/18/96 +// $Id$ Copyright (C) 1989 Free Software Foundation, Inc. written by Douglas C. Schmidt (schmidt@ics.uci.edu) diff --git a/apps/gperf/src/List_Node.h b/apps/gperf/src/List_Node.h index 0cb512f0894..6b3e86ce694 100644 --- a/apps/gperf/src/List_Node.h +++ b/apps/gperf/src/List_Node.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)List_Node.h 1.1 10/18/96 +// $Id$ /* This may look like C code, but it is really -*- C++ -*- */ diff --git a/apps/gperf/src/Options.cpp b/apps/gperf/src/Options.cpp index 184187b5a4a..1aa819503e7 100644 --- a/apps/gperf/src/Options.cpp +++ b/apps/gperf/src/Options.cpp @@ -1,5 +1,5 @@ /* Handles parsing the Options provided to the user. -// @(#)Options.cpp 1.1 10/18/96 +// $Id$ Copyright (C) 1989 Free Software Foundation, Inc. written by Douglas C. Schmidt (schmidt@ics.uci.edu) diff --git a/apps/gperf/src/Options.h b/apps/gperf/src/Options.h index 2d67003d991..22579aac4d4 100644 --- a/apps/gperf/src/Options.h +++ b/apps/gperf/src/Options.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Options.h 1.1 10/18/96 +// $Id$ /* This may look like C code, but it is really -*- C++ -*- */ diff --git a/apps/gperf/src/Vectors.cpp b/apps/gperf/src/Vectors.cpp index 761e08b2672..218ebc9aa64 100644 --- a/apps/gperf/src/Vectors.cpp +++ b/apps/gperf/src/Vectors.cpp @@ -1,5 +1,5 @@ /* This may look like C code, but it is really -*- C++ -*- */ -// @(#)Vectors.cpp 1.1 10/18/96 +// $Id$ /* Static class data members that are shared between several classes via diff --git a/apps/gperf/src/Vectors.h b/apps/gperf/src/Vectors.h index c01e9f27d8f..c557c7afe56 100644 --- a/apps/gperf/src/Vectors.h +++ b/apps/gperf/src/Vectors.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Vectors.h 1.1 10/18/96 +// $Id$ #include <stdio.h> diff --git a/apps/gperf/src/Version.cpp b/apps/gperf/src/Version.cpp index 8fb0d398887..b26c55e4124 100644 --- a/apps/gperf/src/Version.cpp +++ b/apps/gperf/src/Version.cpp @@ -1,5 +1,5 @@ /* Current program version number. -// @(#)Version.cpp 1.1 10/18/96 +// $Id$ Copyright (C) 1989 Free Software Foundation, Inc. diff --git a/apps/gperf/src/gperf.cpp b/apps/gperf/src/gperf.cpp index 2e6aa2c6406..cb8577f950d 100644 --- a/apps/gperf/src/gperf.cpp +++ b/apps/gperf/src/gperf.cpp @@ -1,5 +1,5 @@ /* Driver program for the Gen_Perf hash function generator Copyright -// @(#)gperf.cpp 1.1 10/18/96 +// $Id$ (C) 1989 Free Software Foundation, Inc. written by Douglas C. Schmidt (schmidt@ics.uci.edu) diff --git a/apps/gperf/src/new.cpp b/apps/gperf/src/new.cpp index ebaafa16917..25cb527a98a 100644 --- a/apps/gperf/src/new.cpp +++ b/apps/gperf/src/new.cpp @@ -1,5 +1,5 @@ /* Defines a buffered memory allocation abstraction that reduces calls to -// @(#)new.cpp 1.1 10/18/96 +// $Id$ malloc. Copyright (C) 1989 Free Software Foundation, Inc. diff --git a/bin/clone.cpp b/bin/clone.cpp index 98d85b1baa3..ce7b67afd8e 100644 --- a/bin/clone.cpp +++ b/bin/clone.cpp @@ -1,5 +1,5 @@ #include "ace/OS.h" -// @(#)clone.cpp 1.1 10/18/96 +// $Id$ #if 0 diff --git a/examples/ASX/CCM_App/CCM_App.cpp b/examples/ASX/CCM_App/CCM_App.cpp index 218b3037be2..93335efcc9c 100644 --- a/examples/ASX/CCM_App/CCM_App.cpp +++ b/examples/ASX/CCM_App/CCM_App.cpp @@ -1,5 +1,5 @@ #define ACE_BUILD_SVC_DLL -// @(#)CCM_App.cpp 1.1 10/18/96 +// $Id$ #include "ace/Stream.h" #include "ace/Task.h" diff --git a/examples/ASX/CCM_App/SC_Client.cpp b/examples/ASX/CCM_App/SC_Client.cpp index 498ff89ba9b..b1dc59ae2ee 100644 --- a/examples/ASX/CCM_App/SC_Client.cpp +++ b/examples/ASX/CCM_App/SC_Client.cpp @@ -1,5 +1,5 @@ // Pretty simple, eh? ;-) -// @(#)SC_Client.cpp 1.1 10/18/96 +// $Id$ int diff --git a/examples/ASX/CCM_App/SC_Server.cpp b/examples/ASX/CCM_App/SC_Server.cpp index 49a11179dcd..df46bd50149 100644 --- a/examples/ASX/CCM_App/SC_Server.cpp +++ b/examples/ASX/CCM_App/SC_Server.cpp @@ -1,5 +1,5 @@ // Simple driver program for the server. -// @(#)SC_Server.cpp 1.1 10/18/96 +// $Id$ #include "ace/Service_Config.h" diff --git a/examples/ASX/Event_Server/Event_Server/Consumer_Router.cpp b/examples/ASX/Event_Server/Event_Server/Consumer_Router.cpp index aad0adf313e..bad9d96a085 100644 --- a/examples/ASX/Event_Server/Event_Server/Consumer_Router.cpp +++ b/examples/ASX/Event_Server/Event_Server/Consumer_Router.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)Consumer_Router.cpp 1.1 10/18/96 +// $Id$ #include "Consumer_Router.h" #include "Options.h" diff --git a/examples/ASX/Event_Server/Event_Server/Consumer_Router.h b/examples/ASX/Event_Server/Event_Server/Consumer_Router.h index efc5acf9e3d..1fb9f4e40f2 100644 --- a/examples/ASX/Event_Server/Event_Server/Consumer_Router.h +++ b/examples/ASX/Event_Server/Event_Server/Consumer_Router.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Consumer_Router.h 1.1 10/18/96 +// $Id$ /* The interface between one or more consumers and an Event Server ACE_Stream */ diff --git a/examples/ASX/Event_Server/Event_Server/Event_Analyzer.cpp b/examples/ASX/Event_Server/Event_Server/Event_Analyzer.cpp index 977e5c4af9d..5a63224eb51 100644 --- a/examples/ASX/Event_Server/Event_Server/Event_Analyzer.cpp +++ b/examples/ASX/Event_Server/Event_Server/Event_Analyzer.cpp @@ -1,5 +1,5 @@ #include "Event_Analyzer.h" -// @(#)Event_Analyzer.cpp 1.1 10/18/96 +// $Id$ #if defined (ACE_HAS_THREADS) diff --git a/examples/ASX/Event_Server/Event_Server/Event_Analyzer.h b/examples/ASX/Event_Server/Event_Server/Event_Analyzer.h index 9d38611e7aa..7451d38b2b7 100644 --- a/examples/ASX/Event_Server/Event_Server/Event_Analyzer.h +++ b/examples/ASX/Event_Server/Event_Server/Event_Analyzer.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Event_Analyzer.h 1.1 10/18/96 +// $Id$ /* Signal router */ diff --git a/examples/ASX/Event_Server/Event_Server/Options.cpp b/examples/ASX/Event_Server/Event_Server/Options.cpp index 41658639a77..48ee387030e 100644 --- a/examples/ASX/Event_Server/Event_Server/Options.cpp +++ b/examples/ASX/Event_Server/Event_Server/Options.cpp @@ -1,5 +1,5 @@ #include "ace/Get_Opt.h" -// @(#)Options.cpp 1.1 10/18/96 +// $Id$ #include "ace/Synch.h" #include "ace/Thread.h" diff --git a/examples/ASX/Event_Server/Event_Server/Options.h b/examples/ASX/Event_Server/Event_Server/Options.h index 054f0d834f6..5a7a541b835 100644 --- a/examples/ASX/Event_Server/Event_Server/Options.h +++ b/examples/ASX/Event_Server/Event_Server/Options.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Options.h 1.1 10/18/96 +// $Id$ /* Option manager for Event Server */ diff --git a/examples/ASX/Event_Server/Event_Server/Options.i b/examples/ASX/Event_Server/Event_Server/Options.i index c538b94b46a..518a309f6cb 100644 --- a/examples/ASX/Event_Server/Event_Server/Options.i +++ b/examples/ASX/Event_Server/Event_Server/Options.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Options.i 1.1 10/18/96 +// $Id$ /* Option manager for ustreams */ diff --git a/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp b/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp index f0a77ed7103..a7c3e093abf 100644 --- a/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp +++ b/examples/ASX/Event_Server/Event_Server/Peer_Router.cpp @@ -1,5 +1,5 @@ #if !defined (_PEER_ROUTER_C) -// @(#)Peer_Router.cpp 1.1 10/18/96 +// $Id$ #define _PEER_ROUTER_C diff --git a/examples/ASX/Event_Server/Event_Server/Peer_Router.h b/examples/ASX/Event_Server/Event_Server/Peer_Router.h index 5df444a985a..299c534f72c 100644 --- a/examples/ASX/Event_Server/Event_Server/Peer_Router.h +++ b/examples/ASX/Event_Server/Event_Server/Peer_Router.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Peer_Router.h 1.1 10/18/96 +// $Id$ #if !defined (_PEER_ROUTER_H) diff --git a/examples/ASX/Event_Server/Event_Server/Supplier_Router.cpp b/examples/ASX/Event_Server/Event_Server/Supplier_Router.cpp index 6d18dce66fa..f9450fd99e1 100644 --- a/examples/ASX/Event_Server/Event_Server/Supplier_Router.cpp +++ b/examples/ASX/Event_Server/Event_Server/Supplier_Router.cpp @@ -1,5 +1,5 @@ #include "Supplier_Router.h" -// @(#)Supplier_Router.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" diff --git a/examples/ASX/Event_Server/Event_Server/Supplier_Router.h b/examples/ASX/Event_Server/Event_Server/Supplier_Router.h index 766e08c01e3..23da0812781 100644 --- a/examples/ASX/Event_Server/Event_Server/Supplier_Router.h +++ b/examples/ASX/Event_Server/Event_Server/Supplier_Router.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Supplier_Router.h 1.1 10/18/96 +// $Id$ /* The interface between a supplier and an Event Service ACE_Stream */ diff --git a/examples/ASX/Event_Server/Event_Server/event_server.cpp b/examples/ASX/Event_Server/Event_Server/event_server.cpp index e54bb845d84..763bc76d03b 100644 --- a/examples/ASX/Event_Server/Event_Server/event_server.cpp +++ b/examples/ASX/Event_Server/Event_Server/event_server.cpp @@ -1,5 +1,5 @@ // Test the event server. -// @(#)event_server.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" #include "ace/Stream.h" diff --git a/examples/ASX/Event_Server/Transceiver/transceiver.cpp b/examples/ASX/Event_Server/Transceiver/transceiver.cpp index 7321e02dd9c..dc8419ff642 100644 --- a/examples/ASX/Event_Server/Transceiver/transceiver.cpp +++ b/examples/ASX/Event_Server/Transceiver/transceiver.cpp @@ -1,5 +1,5 @@ // Test program for the event transceiver. This program can play the -// @(#)transceiver.cpp 1.1 10/18/96 +// $Id$ // role of either Consumer or Supplier. You can terminate this // program by typing ^C.... diff --git a/examples/ASX/Message_Queue/bounded_buffer.cpp b/examples/ASX/Message_Queue/bounded_buffer.cpp index ec5abd1d7e1..fc0a42cde31 100644 --- a/examples/ASX/Message_Queue/bounded_buffer.cpp +++ b/examples/ASX/Message_Queue/bounded_buffer.cpp @@ -1,5 +1,5 @@ // This short program copies stdin to stdout via the use of an ASX -// @(#)bounded_buffer.cpp 1.1 10/18/96 +// $Id$ // Message_Queue. It illustrates an implementation of the classic // "bounded buffer" program. diff --git a/examples/ASX/Message_Queue/buffer_stream.cpp b/examples/ASX/Message_Queue/buffer_stream.cpp index 0cc96cd16c5..59d4260d6ca 100644 --- a/examples/ASX/Message_Queue/buffer_stream.cpp +++ b/examples/ASX/Message_Queue/buffer_stream.cpp @@ -1,5 +1,5 @@ // This short program copies stdin to stdout via the use of an ASX -// @(#)buffer_stream.cpp 1.1 10/18/96 +// $Id$ // STREAM. It illustrates an implementation of the classic "bounded // buffer" program using an ASX STREAM containing two Modules. Each diff --git a/examples/ASX/Message_Queue/priority_buffer.cpp b/examples/ASX/Message_Queue/priority_buffer.cpp index ef59d76b355..1fb0db16ec0 100644 --- a/examples/ASX/Message_Queue/priority_buffer.cpp +++ b/examples/ASX/Message_Queue/priority_buffer.cpp @@ -1,5 +1,5 @@ // This short program prints the contents of stdin to stdout sorted by -// @(#)priority_buffer.cpp 1.1 10/18/96 +// $Id$ // the length of each line via the use of an ASX Message_Queue. It // illustrates how priorities can be used for ACE Message_Queues. diff --git a/examples/ASX/UPIPE_Event_Server/Consumer_Router.cpp b/examples/ASX/UPIPE_Event_Server/Consumer_Router.cpp index e679de5390e..524224c7d4e 100644 --- a/examples/ASX/UPIPE_Event_Server/Consumer_Router.cpp +++ b/examples/ASX/UPIPE_Event_Server/Consumer_Router.cpp @@ -1,5 +1,5 @@ #include "Consumer_Router.h" -// @(#)Consumer_Router.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" diff --git a/examples/ASX/UPIPE_Event_Server/Consumer_Router.h b/examples/ASX/UPIPE_Event_Server/Consumer_Router.h index 66d3f28ba07..07e24ae8dab 100644 --- a/examples/ASX/UPIPE_Event_Server/Consumer_Router.h +++ b/examples/ASX/UPIPE_Event_Server/Consumer_Router.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Consumer_Router.h 1.1 10/18/96 +// $Id$ // The interface between one or more consumers and an Event Server // ACE_Stream. diff --git a/examples/ASX/UPIPE_Event_Server/Event_Analyzer.cpp b/examples/ASX/UPIPE_Event_Server/Event_Analyzer.cpp index 977e5c4af9d..5a63224eb51 100644 --- a/examples/ASX/UPIPE_Event_Server/Event_Analyzer.cpp +++ b/examples/ASX/UPIPE_Event_Server/Event_Analyzer.cpp @@ -1,5 +1,5 @@ #include "Event_Analyzer.h" -// @(#)Event_Analyzer.cpp 1.1 10/18/96 +// $Id$ #if defined (ACE_HAS_THREADS) diff --git a/examples/ASX/UPIPE_Event_Server/Event_Analyzer.h b/examples/ASX/UPIPE_Event_Server/Event_Analyzer.h index 30053d5f45d..3dd706eaa6a 100644 --- a/examples/ASX/UPIPE_Event_Server/Event_Analyzer.h +++ b/examples/ASX/UPIPE_Event_Server/Event_Analyzer.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Event_Analyzer.h 1.1 10/18/96 +// $Id$ // Signal router. diff --git a/examples/ASX/UPIPE_Event_Server/Options.cpp b/examples/ASX/UPIPE_Event_Server/Options.cpp index 2a334d7ff2a..2c0e4dca768 100644 --- a/examples/ASX/UPIPE_Event_Server/Options.cpp +++ b/examples/ASX/UPIPE_Event_Server/Options.cpp @@ -1,5 +1,5 @@ #include "ace/Get_Opt.h" -// @(#)Options.cpp 1.1 10/18/96 +// $Id$ #include "ace/Synch.h" #include "ace/Log_Msg.h" diff --git a/examples/ASX/UPIPE_Event_Server/Options.h b/examples/ASX/UPIPE_Event_Server/Options.h index bd73eae2bae..fff2593e435 100644 --- a/examples/ASX/UPIPE_Event_Server/Options.h +++ b/examples/ASX/UPIPE_Event_Server/Options.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Options.h 1.1 10/18/96 +// $Id$ // Option manager for Event Server. diff --git a/examples/ASX/UPIPE_Event_Server/Options.i b/examples/ASX/UPIPE_Event_Server/Options.i index 226e46b1548..4641b301473 100644 --- a/examples/ASX/UPIPE_Event_Server/Options.i +++ b/examples/ASX/UPIPE_Event_Server/Options.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Options.i 1.1 10/18/96 +// $Id$ // Option manager for ustreams. diff --git a/examples/ASX/UPIPE_Event_Server/Peer_Router.cpp b/examples/ASX/UPIPE_Event_Server/Peer_Router.cpp index 6aba899f4ea..c06a05c0295 100644 --- a/examples/ASX/UPIPE_Event_Server/Peer_Router.cpp +++ b/examples/ASX/UPIPE_Event_Server/Peer_Router.cpp @@ -1,5 +1,5 @@ #if !defined (_PEER_ROUTER_C) -// @(#)Peer_Router.cpp 1.1 10/18/96 +// $Id$ #define _PEER_ROUTER_C diff --git a/examples/ASX/UPIPE_Event_Server/Peer_Router.h b/examples/ASX/UPIPE_Event_Server/Peer_Router.h index b344497d4b1..f017e850b23 100644 --- a/examples/ASX/UPIPE_Event_Server/Peer_Router.h +++ b/examples/ASX/UPIPE_Event_Server/Peer_Router.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Peer_Router.h 1.1 10/18/96 +// $Id$ // The interface between one or more peers and a stream. A peer // typically runs remotely on another machine. diff --git a/examples/ASX/UPIPE_Event_Server/Supplier_Router.cpp b/examples/ASX/UPIPE_Event_Server/Supplier_Router.cpp index 414fc5c9ccf..899c2dd63d5 100644 --- a/examples/ASX/UPIPE_Event_Server/Supplier_Router.cpp +++ b/examples/ASX/UPIPE_Event_Server/Supplier_Router.cpp @@ -1,5 +1,5 @@ #include "Supplier_Router.h" -// @(#)Supplier_Router.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" diff --git a/examples/ASX/UPIPE_Event_Server/Supplier_Router.h b/examples/ASX/UPIPE_Event_Server/Supplier_Router.h index bb304042586..93448936aa3 100644 --- a/examples/ASX/UPIPE_Event_Server/Supplier_Router.h +++ b/examples/ASX/UPIPE_Event_Server/Supplier_Router.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Supplier_Router.h 1.1 10/18/96 +// $Id$ // The interface between a supplier and an Event Service ACE_Stream. diff --git a/examples/ASX/UPIPE_Event_Server/event_server.cpp b/examples/ASX/UPIPE_Event_Server/event_server.cpp index bdafdb23de7..4f1add6403f 100644 --- a/examples/ASX/UPIPE_Event_Server/event_server.cpp +++ b/examples/ASX/UPIPE_Event_Server/event_server.cpp @@ -1,5 +1,5 @@ // Test the event server. -// @(#)event_server.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" #include "ace/Stream.h" diff --git a/examples/CORBA/Test_i.cpp b/examples/CORBA/Test_i.cpp index 2f7c4301470..e665287d142 100644 --- a/examples/CORBA/Test_i.cpp +++ b/examples/CORBA/Test_i.cpp @@ -1,5 +1,5 @@ #include "Test_i.h" -// @(#)Test_i.cpp 1.1 10/18/96 +// $Id$ void diff --git a/examples/CORBA/Test_i.h b/examples/CORBA/Test_i.h index 1e8b8c471bd..dd1e617d1f6 100644 --- a/examples/CORBA/Test_i.h +++ b/examples/CORBA/Test_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Test_i.h 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" #include "Test.hh" diff --git a/examples/CORBA/client.cpp b/examples/CORBA/client.cpp index 8538bcc2eda..e09b5fd5557 100644 --- a/examples/CORBA/client.cpp +++ b/examples/CORBA/client.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)client.cpp 1.1 10/18/96 +// $Id$ #include "Test.hh" diff --git a/examples/CORBA/server.cpp b/examples/CORBA/server.cpp index 89cccefcee8..ff07fe26849 100644 --- a/examples/CORBA/server.cpp +++ b/examples/CORBA/server.cpp @@ -1,5 +1,5 @@ #include "ace/Service_Config.h" -// @(#)server.cpp 1.1 10/18/96 +// $Id$ #include "ace/CORBA_Handler.h" #include "Test_i.h" 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" diff --git a/examples/Connection/misc/test_upipe.cpp b/examples/Connection/misc/test_upipe.cpp index 84e10fae03e..1c4cc96fa32 100644 --- a/examples/Connection/misc/test_upipe.cpp +++ b/examples/Connection/misc/test_upipe.cpp @@ -1,5 +1,5 @@ // This short program illustrates in implementation of the classic -// @(#)test_upipe.cpp 1.1 10/18/96 +// $Id$ // "bounded buffer" program using ACE_UPIPEs. This program also shows // how the ACE_Connector and ACE_Acceptor patterns work when used with diff --git a/examples/Connection/non_blocking/CPP-acceptor.cpp b/examples/Connection/non_blocking/CPP-acceptor.cpp index 378fe347eb8..e3c69ccfddc 100644 --- a/examples/Connection/non_blocking/CPP-acceptor.cpp +++ b/examples/Connection/non_blocking/CPP-acceptor.cpp @@ -1,5 +1,5 @@ #if !defined (CPP_ACCEPTOR_C) -// @(#)CPP-acceptor.cpp 1.1 10/18/96 +// $Id$ #define CPP_ACCEPTOR_C diff --git a/examples/Connection/non_blocking/CPP-acceptor.h b/examples/Connection/non_blocking/CPP-acceptor.h index 75f01ad9bf2..d259ce202b7 100644 --- a/examples/Connection/non_blocking/CPP-acceptor.h +++ b/examples/Connection/non_blocking/CPP-acceptor.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)CPP-acceptor.h 1.1 10/18/96 +// $Id$ #if !defined (CPP_ACCEPTOR_H) #define CPP_ACCEPTOR_H diff --git a/examples/Connection/non_blocking/CPP-connector.cpp b/examples/Connection/non_blocking/CPP-connector.cpp index c77a36f248c..9851eb91b46 100644 --- a/examples/Connection/non_blocking/CPP-connector.cpp +++ b/examples/Connection/non_blocking/CPP-connector.cpp @@ -1,5 +1,5 @@ #if !defined (CPP_CONNECTOR_C) -// @(#)CPP-connector.cpp 1.1 10/18/96 +// $Id$ #define CPP_CONNECTOR_C diff --git a/examples/Connection/non_blocking/CPP-connector.h b/examples/Connection/non_blocking/CPP-connector.h index 021fbb85661..3cf2a6eb2fb 100644 --- a/examples/Connection/non_blocking/CPP-connector.h +++ b/examples/Connection/non_blocking/CPP-connector.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)CPP-connector.h 1.1 10/18/96 +// $Id$ #if !defined (CPP_CONNECTOR_H) #define CPP_CONNECTOR_H diff --git a/examples/Connection/non_blocking/test_sock_acceptor.cpp b/examples/Connection/non_blocking/test_sock_acceptor.cpp index c723f292aa7..7fa164360e1 100644 --- a/examples/Connection/non_blocking/test_sock_acceptor.cpp +++ b/examples/Connection/non_blocking/test_sock_acceptor.cpp @@ -1,5 +1,5 @@ // ACE_SOCK Server. -// @(#)test_sock_acceptor.cpp 1.1 10/18/96 +// $Id$ #include "ace/SOCK_Acceptor.h" diff --git a/examples/Connection/non_blocking/test_sock_connector.cpp b/examples/Connection/non_blocking/test_sock_connector.cpp index 5cfbef12f77..3a862516073 100644 --- a/examples/Connection/non_blocking/test_sock_connector.cpp +++ b/examples/Connection/non_blocking/test_sock_connector.cpp @@ -1,5 +1,5 @@ // ACE_SOCK Client. -// @(#)test_sock_connector.cpp 1.1 10/18/96 +// $Id$ #include "ace/SOCK_Connector.h" diff --git a/examples/Connection/non_blocking/test_spipe_acceptor.cpp b/examples/Connection/non_blocking/test_spipe_acceptor.cpp index a65658634e2..0a9bc7bf59a 100644 --- a/examples/Connection/non_blocking/test_spipe_acceptor.cpp +++ b/examples/Connection/non_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/non_blocking/test_spipe_connector.cpp b/examples/Connection/non_blocking/test_spipe_connector.cpp index ad5b4b3cb1e..947fd1592c4 100644 --- a/examples/Connection/non_blocking/test_spipe_connector.cpp +++ b/examples/Connection/non_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" diff --git a/examples/Connection/non_blocking/test_tli_acceptor.cpp b/examples/Connection/non_blocking/test_tli_acceptor.cpp index dccb6305573..61bb9fa5fcb 100644 --- a/examples/Connection/non_blocking/test_tli_acceptor.cpp +++ b/examples/Connection/non_blocking/test_tli_acceptor.cpp @@ -1,5 +1,5 @@ // ACE_TLI Server. -// @(#)test_tli_acceptor.cpp 1.1 10/18/96 +// $Id$ #include "ace/TLI_Acceptor.h" diff --git a/examples/Connection/non_blocking/test_tli_connector.cpp b/examples/Connection/non_blocking/test_tli_connector.cpp index e3409efca3a..9d17b642c18 100644 --- a/examples/Connection/non_blocking/test_tli_connector.cpp +++ b/examples/Connection/non_blocking/test_tli_connector.cpp @@ -1,5 +1,5 @@ // ACE_TLI Client. -// @(#)test_tli_connector.cpp 1.1 10/18/96 +// $Id$ #include "ace/TLI_Connector.h" diff --git a/examples/IPC_SAP/DEV_SAP/reader/reader.cpp b/examples/IPC_SAP/DEV_SAP/reader/reader.cpp index e4ac8f03123..656dd0b0fa9 100644 --- a/examples/IPC_SAP/DEV_SAP/reader/reader.cpp +++ b/examples/IPC_SAP/DEV_SAP/reader/reader.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)reader.cpp 1.1 10/18/96 +// $Id$ #include "ace/OS.h" #include "ace/DEV_Addr.h" diff --git a/examples/IPC_SAP/DEV_SAP/writer/writer.cpp b/examples/IPC_SAP/DEV_SAP/writer/writer.cpp index 97bd26dd1f6..3175e5e771f 100644 --- a/examples/IPC_SAP/DEV_SAP/writer/writer.cpp +++ b/examples/IPC_SAP/DEV_SAP/writer/writer.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)writer.cpp 1.1 10/18/96 +// $Id$ #include "ace/DEV_Connector.h" #include "ace/TTY_IO.h" diff --git a/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-client.cpp b/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-client.cpp index 21fcc849de4..09891379c86 100644 --- a/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-client.cpp +++ b/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-client.cpp @@ -1,5 +1,5 @@ #include "ace/FIFO_Send_Msg.h" -// @(#)FIFO-Msg-client.cpp 1.1 10/18/96 +// $Id$ #if defined (ACE_HAS_STREAM_PIPES) diff --git a/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-server.cpp b/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-server.cpp index f5d50040f81..5af91f21afe 100644 --- a/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-server.cpp +++ b/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-server.cpp @@ -1,5 +1,5 @@ #include "ace/FIFO_Recv_Msg.h" -// @(#)FIFO-Msg-server.cpp 1.1 10/18/96 +// $Id$ #if defined (ACE_HAS_STREAM_PIPES) diff --git a/examples/IPC_SAP/FIFO_SAP/FIFO-client.cpp b/examples/IPC_SAP/FIFO_SAP/FIFO-client.cpp index 231c7ebac7e..222d9283448 100644 --- a/examples/IPC_SAP/FIFO_SAP/FIFO-client.cpp +++ b/examples/IPC_SAP/FIFO_SAP/FIFO-client.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)FIFO-client.cpp 1.1 10/18/96 +// $Id$ #include "ace/FIFO_Send.h" diff --git a/examples/IPC_SAP/FIFO_SAP/FIFO-server.cpp b/examples/IPC_SAP/FIFO_SAP/FIFO-server.cpp index 9140b9681fa..32599ce01a8 100644 --- a/examples/IPC_SAP/FIFO_SAP/FIFO-server.cpp +++ b/examples/IPC_SAP/FIFO_SAP/FIFO-server.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)FIFO-server.cpp 1.1 10/18/96 +// $Id$ #include "ace/FIFO_Recv.h" diff --git a/examples/IPC_SAP/FIFO_SAP/FIFO-test.cpp b/examples/IPC_SAP/FIFO_SAP/FIFO-test.cpp index f191f2abe6e..1cfae1dfd2f 100644 --- a/examples/IPC_SAP/FIFO_SAP/FIFO-test.cpp +++ b/examples/IPC_SAP/FIFO_SAP/FIFO-test.cpp @@ -1,5 +1,5 @@ /* Purpose: This program uses ACE_FIFO wrappers to perform interprocess -// @(#)FIFO-test.cpp 1.1 10/18/96 +// $Id$ communication between a parent process and a child process. The parents reads from an input file and writes it into the fifo. diff --git a/examples/IPC_SAP/FILE_SAP/client.cpp b/examples/IPC_SAP/FILE_SAP/client.cpp index ba8edaf4827..a62869d097d 100644 --- a/examples/IPC_SAP/FILE_SAP/client.cpp +++ b/examples/IPC_SAP/FILE_SAP/client.cpp @@ -1,5 +1,5 @@ #include "ace/OS.h" -// @(#)client.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" #include "ace/FILE_Addr.h" diff --git a/examples/IPC_SAP/SOCK_SAP/C-inclient.cpp b/examples/IPC_SAP/SOCK_SAP/C-inclient.cpp index 1555e3b8059..84526a72421 100644 --- a/examples/IPC_SAP/SOCK_SAP/C-inclient.cpp +++ b/examples/IPC_SAP/SOCK_SAP/C-inclient.cpp @@ -1,5 +1,5 @@ #include "ace/OS.h" -// @(#)C-inclient.cpp 1.1 10/18/96 +// $Id$ /* BSD socket client */ diff --git a/examples/IPC_SAP/SOCK_SAP/C-inserver.cpp b/examples/IPC_SAP/SOCK_SAP/C-inserver.cpp index 1d35f654a45..e2a0c0cca94 100644 --- a/examples/IPC_SAP/SOCK_SAP/C-inserver.cpp +++ b/examples/IPC_SAP/SOCK_SAP/C-inserver.cpp @@ -1,5 +1,5 @@ #include "ace/OS.h" -// @(#)C-inserver.cpp 1.1 10/18/96 +// $Id$ /* BSD socket server. */ diff --git a/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp b/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp index 249d345fb38..f1765b5283f 100644 --- a/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp +++ b/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp @@ -1,5 +1,5 @@ // This tests the non-blocking features of the ACE_SOCK_Connector class. -// @(#)CPP-inclient.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" diff --git a/examples/IPC_SAP/SOCK_SAP/CPP-inserver-poll.cpp b/examples/IPC_SAP/SOCK_SAP/CPP-inserver-poll.cpp index ccd164be11a..9ba1fa02ad4 100644 --- a/examples/IPC_SAP/SOCK_SAP/CPP-inserver-poll.cpp +++ b/examples/IPC_SAP/SOCK_SAP/CPP-inserver-poll.cpp @@ -1,5 +1,5 @@ // IPC_SAP/poll server, which illustrates how to integrate the ACE -// @(#)CPP-inserver-poll.cpp 1.1 10/18/96 +// $Id$ // socket wrappers with the SVR4 poll() system call to create a // single-threaded concurrent server. diff --git a/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp b/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp index fefeb39fdeb..d99f4c985ec 100644 --- a/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp +++ b/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp @@ -1,5 +1,5 @@ // This example tests the non-blocking features of the -// @(#)CPP-inserver.cpp 1.1 10/18/96 +// $Id$ // ACE_SOCK_Acceptor and ACE_SOCK_Stream classes. diff --git a/examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp b/examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp index abd3ad87a50..1996d6b4223 100644 --- a/examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp +++ b/examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp @@ -1,5 +1,5 @@ /* ACE_LSOCK Client */ -// @(#)CPP-unclient.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" diff --git a/examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp b/examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp index d1455090e76..887baba81bc 100644 --- a/examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp +++ b/examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp @@ -1,5 +1,5 @@ /* ACE_LSOCK Server */ -// @(#)CPP-unserver.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" diff --git a/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp b/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp index ed026d9e53c..4c7f2d96052 100644 --- a/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp +++ b/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp @@ -1,5 +1,5 @@ #include "ace/LSOCK_Connector.h" -// @(#)FD-unclient.cpp 1.1 10/18/96 +// $Id$ #include "ace/UNIX_Addr.h" diff --git a/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp b/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp index 4d988ba9253..219ba019c33 100644 --- a/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp +++ b/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp @@ -1,5 +1,5 @@ #include "ace/LSOCK_Acceptor.h" -// @(#)FD-unserver.cpp 1.1 10/18/96 +// $Id$ #include "ace/LSOCK_Stream.h" #include "ace/UNIX_Addr.h" diff --git a/examples/IPC_SAP/SPIPE_SAP/NPClient.cpp b/examples/IPC_SAP/SPIPE_SAP/NPClient.cpp index 552d462367b..73c3a065b01 100644 --- a/examples/IPC_SAP/SPIPE_SAP/NPClient.cpp +++ b/examples/IPC_SAP/SPIPE_SAP/NPClient.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)NPClient.cpp 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Addr.h" #include "ace/SPIPE_Connector.h" diff --git a/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp b/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp index eb4be9451a7..875ff5ddf93 100644 --- a/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp +++ b/examples/IPC_SAP/SPIPE_SAP/NPServer.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)NPServer.cpp 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Addr.h" #include "ace/Time_Value.h" diff --git a/examples/IPC_SAP/SPIPE_SAP/client.cpp b/examples/IPC_SAP/SPIPE_SAP/client.cpp index 8c0b6e0a074..b571e19edb9 100644 --- a/examples/IPC_SAP/SPIPE_SAP/client.cpp +++ b/examples/IPC_SAP/SPIPE_SAP/client.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)client.cpp 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Addr.h" #include "ace/SPIPE_Connector.h" diff --git a/examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp b/examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp index ad96c04677b..614961c9d7e 100644 --- a/examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp +++ b/examples/IPC_SAP/SPIPE_SAP/consumer_msg.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)consumer_msg.cpp 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Addr.h" #include "ace/SPIPE_Acceptor.h" diff --git a/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp b/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp index bffa3ff90b8..42eeb33aa11 100644 --- a/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp +++ b/examples/IPC_SAP/SPIPE_SAP/consumer_read.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)consumer_read.cpp 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Addr.h" #include "ace/SPIPE_Acceptor.h" diff --git a/examples/IPC_SAP/SPIPE_SAP/producer_msg.cpp b/examples/IPC_SAP/SPIPE_SAP/producer_msg.cpp index 4109fbe31ca..adbcc3922a1 100644 --- a/examples/IPC_SAP/SPIPE_SAP/producer_msg.cpp +++ b/examples/IPC_SAP/SPIPE_SAP/producer_msg.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)producer_msg.cpp 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Addr.h" #include "ace/SPIPE_Connector.h" diff --git a/examples/IPC_SAP/SPIPE_SAP/producer_read.cpp b/examples/IPC_SAP/SPIPE_SAP/producer_read.cpp index 883b2994110..7da62d56dd9 100644 --- a/examples/IPC_SAP/SPIPE_SAP/producer_read.cpp +++ b/examples/IPC_SAP/SPIPE_SAP/producer_read.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)producer_read.cpp 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Addr.h" #include "ace/SPIPE_Connector.h" diff --git a/examples/IPC_SAP/SPIPE_SAP/server.cpp b/examples/IPC_SAP/SPIPE_SAP/server.cpp index 3173d6433cf..2d46a882f8a 100644 --- a/examples/IPC_SAP/SPIPE_SAP/server.cpp +++ b/examples/IPC_SAP/SPIPE_SAP/server.cpp @@ -1,5 +1,5 @@ #include "ace/SPIPE_Addr.h" -// @(#)server.cpp 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Acceptor.h" #include "shared.h" diff --git a/examples/IPC_SAP/SPIPE_SAP/shared.h b/examples/IPC_SAP/SPIPE_SAP/shared.h index 13fcf34fac2..3f7d7647023 100644 --- a/examples/IPC_SAP/SPIPE_SAP/shared.h +++ b/examples/IPC_SAP/SPIPE_SAP/shared.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)shared.h 1.1 10/18/96 +// $Id$ #include "ace/OS.h" diff --git a/examples/IPC_SAP/TLI_SAP/CPP-client.cpp b/examples/IPC_SAP/TLI_SAP/CPP-client.cpp index 8c34dfe866a..3cfe1db65aa 100644 --- a/examples/IPC_SAP/TLI_SAP/CPP-client.cpp +++ b/examples/IPC_SAP/TLI_SAP/CPP-client.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)CPP-client.cpp 1.1 10/18/96 +// $Id$ #include "ace/TLI_Connector.h" #include "ace/INET_Addr.h" diff --git a/examples/IPC_SAP/TLI_SAP/CPP-server.cpp b/examples/IPC_SAP/TLI_SAP/CPP-server.cpp index b0852615b70..1c0b8787d4d 100644 --- a/examples/IPC_SAP/TLI_SAP/CPP-server.cpp +++ b/examples/IPC_SAP/TLI_SAP/CPP-server.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)CPP-server.cpp 1.1 10/18/96 +// $Id$ #include "ace/TLI_Acceptor.h" #include "ace/INET_Addr.h" diff --git a/examples/IPC_SAP/TLI_SAP/db-client.cpp b/examples/IPC_SAP/TLI_SAP/db-client.cpp index b8396d03705..45a72a4d67c 100644 --- a/examples/IPC_SAP/TLI_SAP/db-client.cpp +++ b/examples/IPC_SAP/TLI_SAP/db-client.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)db-client.cpp 1.1 10/18/96 +// $Id$ #include "ace/TLI_Connector.h" diff --git a/examples/IPC_SAP/TLI_SAP/db-server.cpp b/examples/IPC_SAP/TLI_SAP/db-server.cpp index ec293242db0..6d850acbd88 100644 --- a/examples/IPC_SAP/TLI_SAP/db-server.cpp +++ b/examples/IPC_SAP/TLI_SAP/db-server.cpp @@ -1,5 +1,5 @@ /* Simple multi-threaded database server example. */ -// @(#)db-server.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" #include "ace/TLI_Acceptor.h" diff --git a/examples/IPC_SAP/TLI_SAP/ftp-client.cpp b/examples/IPC_SAP/TLI_SAP/ftp-client.cpp index e664c31c06e..8a367a54a96 100644 --- a/examples/IPC_SAP/TLI_SAP/ftp-client.cpp +++ b/examples/IPC_SAP/TLI_SAP/ftp-client.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)ftp-client.cpp 1.1 10/18/96 +// $Id$ #include "ace/TLI_Connector.h" diff --git a/examples/IPC_SAP/TLI_SAP/ftp-server.cpp b/examples/IPC_SAP/TLI_SAP/ftp-server.cpp index 116af9c2942..fa7dcf7f951 100644 --- a/examples/IPC_SAP/TLI_SAP/ftp-server.cpp +++ b/examples/IPC_SAP/TLI_SAP/ftp-server.cpp @@ -1,5 +1,5 @@ /* Simple file transfer example */ -// @(#)ftp-server.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" #include "ace/Thread_Manager.h" diff --git a/examples/IPC_SAP/UPIPE_SAP/auto_builtin_ptr.h b/examples/IPC_SAP/UPIPE_SAP/auto_builtin_ptr.h index 3dd22c04967..b8d82470d58 100644 --- a/examples/IPC_SAP/UPIPE_SAP/auto_builtin_ptr.h +++ b/examples/IPC_SAP/UPIPE_SAP/auto_builtin_ptr.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)auto_builtin_ptr.h 1.1 10/18/96 +// $Id$ template <class X> class auto_builtin_ptr diff --git a/examples/IPC_SAP/UPIPE_SAP/ex1.cpp b/examples/IPC_SAP/UPIPE_SAP/ex1.cpp index 8f2246e425b..be6eeed5f85 100644 --- a/examples/IPC_SAP/UPIPE_SAP/ex1.cpp +++ b/examples/IPC_SAP/UPIPE_SAP/ex1.cpp @@ -1,5 +1,5 @@ // Example for using ACE_UPIPE_SAP and ACE_Thread for intra-process -// @(#)ex1.cpp 1.1 10/18/96 +// $Id$ // communication. // diff --git a/examples/IPC_SAP/UPIPE_SAP/ex2.cpp b/examples/IPC_SAP/UPIPE_SAP/ex2.cpp index 5677fd0ae4c..b683d6608c5 100644 --- a/examples/IPC_SAP/UPIPE_SAP/ex2.cpp +++ b/examples/IPC_SAP/UPIPE_SAP/ex2.cpp @@ -1,5 +1,5 @@ // Example for using ACE_UPIPE_SAP and ACE_Thread for intra-process -// @(#)ex2.cpp 1.1 10/18/96 +// $Id$ // communication. // diff --git a/examples/IPC_SAP/UPIPE_SAP/ex3.cpp b/examples/IPC_SAP/UPIPE_SAP/ex3.cpp index 55568f24ef8..9b4cefd4ffe 100644 --- a/examples/IPC_SAP/UPIPE_SAP/ex3.cpp +++ b/examples/IPC_SAP/UPIPE_SAP/ex3.cpp @@ -1,5 +1,5 @@ // Example for using ACE_UPIPE_SAP and ACE_Thread for intra-process -// @(#)ex3.cpp 1.1 10/18/96 +// $Id$ // communication. This example uses char buffers as input/output // interface to the ACE_UPIPE_Stream diff --git a/examples/Log_Msg/test_log_msg.cpp b/examples/Log_Msg/test_log_msg.cpp index 1f93dcc20b0..00868283025 100644 --- a/examples/Log_Msg/test_log_msg.cpp +++ b/examples/Log_Msg/test_log_msg.cpp @@ -1,5 +1,5 @@ // Test the Log_Msg abstraction. -// @(#)test_log_msg.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" diff --git a/examples/Logger/Acceptor-server/server_loggerd.cpp b/examples/Logger/Acceptor-server/server_loggerd.cpp index f8d6008948d..2ae054cb445 100644 --- a/examples/Logger/Acceptor-server/server_loggerd.cpp +++ b/examples/Logger/Acceptor-server/server_loggerd.cpp @@ -1,5 +1,5 @@ // This server daemon collects, formats, and displays logging -// @(#)server_loggerd.cpp 1.1 10/18/96 +// $Id$ // information forwarded from client daemons running on other hosts in // the network. In addition, this example illustrates how to use the diff --git a/examples/Logger/client/logging_app.cpp b/examples/Logger/client/logging_app.cpp index 0875092cc61..f14b8d0ec7b 100644 --- a/examples/Logger/client/logging_app.cpp +++ b/examples/Logger/client/logging_app.cpp @@ -1,5 +1,5 @@ // This program sends logging records directly to the server, rather -// @(#)logging_app.cpp 1.1 10/18/96 +// $Id$ // than going through the client logging daemon. diff --git a/examples/Logger/simple-server/Logging_Acceptor.cpp b/examples/Logger/simple-server/Logging_Acceptor.cpp index 75e35dec595..b23d6f7f403 100644 --- a/examples/Logger/simple-server/Logging_Acceptor.cpp +++ b/examples/Logger/simple-server/Logging_Acceptor.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)Logging_Acceptor.cpp 1.1 10/18/96 +// $Id$ #include "Logging_Acceptor.h" #include "Logging_Handler.h" diff --git a/examples/Logger/simple-server/Logging_Acceptor.h b/examples/Logger/simple-server/Logging_Acceptor.h index bb431f0150f..b653774ddd0 100644 --- a/examples/Logger/simple-server/Logging_Acceptor.h +++ b/examples/Logger/simple-server/Logging_Acceptor.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Logging_Acceptor.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/examples/Logger/simple-server/Logging_Handler.cpp b/examples/Logger/simple-server/Logging_Handler.cpp index 5aba39d7601..596f7974885 100644 --- a/examples/Logger/simple-server/Logging_Handler.cpp +++ b/examples/Logger/simple-server/Logging_Handler.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)Logging_Handler.cpp 1.1 10/18/96 +// $Id$ #include "Logging_Handler.h" #include "Reactor_Singleton.h" diff --git a/examples/Logger/simple-server/Logging_Handler.h b/examples/Logger/simple-server/Logging_Handler.h index f26a83df550..2d15b5a6295 100644 --- a/examples/Logger/simple-server/Logging_Handler.h +++ b/examples/Logger/simple-server/Logging_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Logging_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/examples/Logger/simple-server/Reactor_Singleton.h b/examples/Logger/simple-server/Reactor_Singleton.h index 7aa08b00f0b..44f2a91eda7 100644 --- a/examples/Logger/simple-server/Reactor_Singleton.h +++ b/examples/Logger/simple-server/Reactor_Singleton.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Reactor_Singleton.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/examples/Logger/simple-server/server_loggerd.cpp b/examples/Logger/simple-server/server_loggerd.cpp index 9d0a03fd607..7397fc501e2 100644 --- a/examples/Logger/simple-server/server_loggerd.cpp +++ b/examples/Logger/simple-server/server_loggerd.cpp @@ -1,5 +1,5 @@ // This server daemon collects, formats, and displays logging -// @(#)server_loggerd.cpp 1.1 10/18/96 +// $Id$ // information forwarded from client daemons running on other hosts in // the network. 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" diff --git a/examples/Misc/test_XtReactor1.cpp b/examples/Misc/test_XtReactor1.cpp index 0204278a3e9..8669dfb0653 100644 --- a/examples/Misc/test_XtReactor1.cpp +++ b/examples/Misc/test_XtReactor1.cpp @@ -1,5 +1,5 @@ // The following is another test that exercises the Eric C. Newton's -// @(#)test_XtReactor1.cpp 1.1 10/18/96 +// $Id$ // <ecn@clark.net> XtReactor implementation. diff --git a/examples/Misc/test_XtReactor2.cpp b/examples/Misc/test_XtReactor2.cpp index 31d43c6cab5..679ea81b758 100644 --- a/examples/Misc/test_XtReactor2.cpp +++ b/examples/Misc/test_XtReactor2.cpp @@ -1,5 +1,5 @@ // The following test exercises the Eric C. Newton's <ecn@clark.net> -// @(#)test_XtReactor2.cpp 1.1 10/18/96 +// $Id$ // XtReactor implementation. diff --git a/examples/Misc/test_dump.cpp b/examples/Misc/test_dump.cpp index e76190b491a..4a736efd2cd 100644 --- a/examples/Misc/test_dump.cpp +++ b/examples/Misc/test_dump.cpp @@ -1,5 +1,5 @@ // The following code illustrates how the ACE_Dumpable mechanisms are -// @(#)test_dump.cpp 1.1 10/18/96 +// $Id$ // integrated into ACE components like the SOCK_Acceptor and // SOCK_Stream. diff --git a/examples/Misc/test_profile_timer.cpp b/examples/Misc/test_profile_timer.cpp index 5b888eb2362..39fc37b13a3 100644 --- a/examples/Misc/test_profile_timer.cpp +++ b/examples/Misc/test_profile_timer.cpp @@ -1,5 +1,5 @@ #include "ace/Profile_Timer.h" -// @(#)test_profile_timer.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" diff --git a/examples/Misc/test_read_buffer.cpp b/examples/Misc/test_read_buffer.cpp index b7eb4947b3a..caf7330f200 100644 --- a/examples/Misc/test_read_buffer.cpp +++ b/examples/Misc/test_read_buffer.cpp @@ -1,5 +1,5 @@ #include "ace/Service_Config.h" -// @(#)test_read_buffer.cpp 1.1 10/18/96 +// $Id$ #include "ace/Read_Buffer.h" diff --git a/examples/Misc/test_sstring.cpp b/examples/Misc/test_sstring.cpp index fb04760c724..1af58b9f627 100644 --- a/examples/Misc/test_sstring.cpp +++ b/examples/Misc/test_sstring.cpp @@ -1,5 +1,5 @@ #include "ace/SString.h" -// @(#)test_sstring.cpp 1.1 10/18/96 +// $Id$ int diff --git a/examples/Misc/test_trace.cpp b/examples/Misc/test_trace.cpp index e452140f665..97c1e078d7d 100644 --- a/examples/Misc/test_trace.cpp +++ b/examples/Misc/test_trace.cpp @@ -1,5 +1,5 @@ // Enable tracing -// @(#)test_trace.cpp 1.1 10/18/96 +// $Id$ #define ACE_NTRACE 0 #include "ace/Log_Msg.h" diff --git a/examples/OS/Process/process.cpp b/examples/OS/Process/process.cpp index 56979c31cd4..dc9665611a6 100644 --- a/examples/OS/Process/process.cpp +++ b/examples/OS/Process/process.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)process.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/examples/Reactor/Dgram/CODgram.cpp b/examples/Reactor/Dgram/CODgram.cpp index 8856e92d3c5..6c4bc0f8052 100644 --- a/examples/Reactor/Dgram/CODgram.cpp +++ b/examples/Reactor/Dgram/CODgram.cpp @@ -1,5 +1,5 @@ /* Exercise the ACE_SOCK_CODgram wrapper along with the ACE_Reactor. -// @(#)CODgram.cpp 1.1 10/18/96 +// $Id$ Typical invocation sequence is: diff --git a/examples/Reactor/Dgram/Dgram.cpp b/examples/Reactor/Dgram/Dgram.cpp index d2f4305f267..c418c3b79d2 100644 --- a/examples/Reactor/Dgram/Dgram.cpp +++ b/examples/Reactor/Dgram/Dgram.cpp @@ -1,5 +1,5 @@ // Exercise the ACE_SOCK_Dgram wrapper along with the ACE_Reactor. -// @(#)Dgram.cpp 1.1 10/18/96 +// $Id$ // Typical invocation sequence is: // diff --git a/examples/Reactor/Misc/notification.cpp b/examples/Reactor/Misc/notification.cpp index 45836446b5a..8d8fd9bf643 100644 --- a/examples/Reactor/Misc/notification.cpp +++ b/examples/Reactor/Misc/notification.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)notification.cpp 1.1 10/18/96 +// $Id$ #include "ace/Service_Config.h" #include "ace/Thread.h" diff --git a/examples/Reactor/Misc/pingpong.cpp b/examples/Reactor/Misc/pingpong.cpp index a44267f4e82..27c0784e160 100644 --- a/examples/Reactor/Misc/pingpong.cpp +++ b/examples/Reactor/Misc/pingpong.cpp @@ -1,5 +1,5 @@ /* Simple program that illustrates all the features of the ACE_Reactor: -// @(#)pingpong.cpp 1.1 10/18/96 +// $Id$ 1. I/O event demultiplexing diff --git a/examples/Reactor/Misc/signal_tester.cpp b/examples/Reactor/Misc/signal_tester.cpp index 1631c00b2d0..b5c14e4d641 100644 --- a/examples/Reactor/Misc/signal_tester.cpp +++ b/examples/Reactor/Misc/signal_tester.cpp @@ -1,5 +1,5 @@ // Perform an extensive test of the ACE_Reactor's event dispatching -// @(#)signal_tester.cpp 1.1 10/18/96 +// $Id$ // mechanisms. These mechanisms illustrate how signals, I/O, and // timeout events can all be handled within the same framework. In diff --git a/examples/Reactor/Misc/test_event_handler_t.cpp b/examples/Reactor/Misc/test_event_handler_t.cpp index a28108baf10..06aadb402a0 100644 --- a/examples/Reactor/Misc/test_event_handler_t.cpp +++ b/examples/Reactor/Misc/test_event_handler_t.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)test_event_handler_t.cpp 1.1 10/18/96 +// $Id$ #include "ace/Event_Handler_T.h" diff --git a/examples/Reactor/Misc/test_handle_set.cpp b/examples/Reactor/Misc/test_handle_set.cpp index 65e7db3fc67..193cb87d88b 100644 --- a/examples/Reactor/Misc/test_handle_set.cpp +++ b/examples/Reactor/Misc/test_handle_set.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)test_handle_set.cpp 1.1 10/18/96 +// $Id$ #include "ace/Handle_Set.h" diff --git a/examples/Reactor/Misc/test_reactors.cpp b/examples/Reactor/Misc/test_reactors.cpp index 81bc1c3a20d..a762835e1a6 100644 --- a/examples/Reactor/Misc/test_reactors.cpp +++ b/examples/Reactor/Misc/test_reactors.cpp @@ -1,5 +1,5 @@ // Perform a torture test of multiple ACE_Reactors and ACE_Tasks in -// @(#)test_reactors.cpp 1.1 10/18/96 +// $Id$ // the same process... Thanks to Detlef Becker for contributing this. diff --git a/examples/Reactor/Misc/test_signals.cpp b/examples/Reactor/Misc/test_signals.cpp index b3725f66c89..6493667de12 100644 --- a/examples/Reactor/Misc/test_signals.cpp +++ b/examples/Reactor/Misc/test_signals.cpp @@ -1,5 +1,5 @@ // Test the ability of the Reactor/Signal_Handler to register multiple -// @(#)test_signals.cpp 1.1 10/18/96 +// $Id$ // handler per-signal. diff --git a/examples/Reactor/Misc/test_time_value.cpp b/examples/Reactor/Misc/test_time_value.cpp index 691528eb292..4806b8e9c6c 100644 --- a/examples/Reactor/Misc/test_time_value.cpp +++ b/examples/Reactor/Misc/test_time_value.cpp @@ -1,5 +1,5 @@ #include "ace/ACE.h" -// @(#)test_time_value.cpp 1.1 10/18/96 +// $Id$ inline int my_abs (int d) { return d > 0 ? d : -d; } diff --git a/examples/Reactor/Misc/test_timer_queue.cpp b/examples/Reactor/Misc/test_timer_queue.cpp index 4e7010d1e94..88d7c32b79a 100644 --- a/examples/Reactor/Misc/test_timer_queue.cpp +++ b/examples/Reactor/Misc/test_timer_queue.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)test_timer_queue.cpp 1.1 10/18/96 +// $Id$ #include "ace/Timer_Queue.h" diff --git a/examples/Reactor/Multicast/Log_Wrapper.cpp b/examples/Reactor/Multicast/Log_Wrapper.cpp index 0b0526cdf2c..5043974cdf1 100644 --- a/examples/Reactor/Multicast/Log_Wrapper.cpp +++ b/examples/Reactor/Multicast/Log_Wrapper.cpp @@ -1,5 +1,5 @@ // client.C -// @(#)Log_Wrapper.cpp 1.1 10/18/96 +// $Id$ #include "Log_Wrapper.h" diff --git a/examples/Reactor/Multicast/Log_Wrapper.h b/examples/Reactor/Multicast/Log_Wrapper.h index d1932d92cfa..7fb0e78ceaa 100644 --- a/examples/Reactor/Multicast/Log_Wrapper.h +++ b/examples/Reactor/Multicast/Log_Wrapper.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Log_Wrapper.h 1.1 10/18/96 +// $Id$ // log_wrapper.h diff --git a/examples/Reactor/Multicast/client.cpp b/examples/Reactor/Multicast/client.cpp index 1f5774fdb26..7b2c963a6e3 100644 --- a/examples/Reactor/Multicast/client.cpp +++ b/examples/Reactor/Multicast/client.cpp @@ -1,5 +1,5 @@ // client.C (written by Tim Harrison) -// @(#)client.cpp 1.1 10/18/96 +// $Id$ // This program reads in messages from stdin and sends them // to a Log_Wrapper. diff --git a/examples/Reactor/Multicast/server.cpp b/examples/Reactor/Multicast/server.cpp index b9c3942a9a7..c3f481eaadf 100644 --- a/examples/Reactor/Multicast/server.cpp +++ b/examples/Reactor/Multicast/server.cpp @@ -1,5 +1,5 @@ // server.C (written by Tim Harrison) -// @(#)server.cpp 1.1 10/18/96 +// $Id$ // // listens to multicast address. after first message received, will diff --git a/examples/Reactor/Ntalker/ntalker.cpp b/examples/Reactor/Ntalker/ntalker.cpp index 54c8e20f453..76c940e9a11 100644 --- a/examples/Reactor/Ntalker/ntalker.cpp +++ b/examples/Reactor/Ntalker/ntalker.cpp @@ -1,5 +1,5 @@ // Server.C -// @(#)ntalker.cpp 1.1 10/18/96 +// $Id$ // // listens to multicast address. after first message received, will diff --git a/examples/Reactor/ReactorEx/test_reactorEx.cpp b/examples/Reactor/ReactorEx/test_reactorEx.cpp index 757e78c1e9e..62143956f9c 100644 --- a/examples/Reactor/ReactorEx/test_reactorEx.cpp +++ b/examples/Reactor/ReactorEx/test_reactorEx.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)test_reactorEx.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/examples/Reactor/ReactorEx/test_remove_handler.cpp b/examples/Reactor/ReactorEx/test_remove_handler.cpp index fb61519b1e9..7a6d37a0731 100644 --- a/examples/Reactor/ReactorEx/test_remove_handler.cpp +++ b/examples/Reactor/ReactorEx/test_remove_handler.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)test_remove_handler.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/examples/Reactor/WFMO_Reactor/test_reactorEx.cpp b/examples/Reactor/WFMO_Reactor/test_reactorEx.cpp index 757e78c1e9e..62143956f9c 100644 --- a/examples/Reactor/WFMO_Reactor/test_reactorEx.cpp +++ b/examples/Reactor/WFMO_Reactor/test_reactorEx.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)test_reactorEx.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/examples/Reactor/WFMO_Reactor/test_remove_handler.cpp b/examples/Reactor/WFMO_Reactor/test_remove_handler.cpp index fb61519b1e9..7a6d37a0731 100644 --- a/examples/Reactor/WFMO_Reactor/test_remove_handler.cpp +++ b/examples/Reactor/WFMO_Reactor/test_remove_handler.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)test_remove_handler.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/examples/Service_Configurator/IPC-tests/client/broadcast_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/broadcast_client_test.cpp index 57d417441f7..2fdaea350d1 100644 --- a/examples/Service_Configurator/IPC-tests/client/broadcast_client_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/broadcast_client_test.cpp @@ -1,5 +1,5 @@ /* Tests out the broadcast service of the -// @(#)broadcast_client_test.cpp 1.1 10/18/96 +// $Id$ Internet domain IPC-SAP dgram abstraction. */ diff --git a/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp index 249bdfa83d5..641c6db7b84 100644 --- a/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp @@ -1,5 +1,5 @@ /* Tests out the UNIX domain IPC-SAP abstraction. */ -// @(#)local_dgram_client_test.cpp 1.1 10/18/96 +// $Id$ #include "ace/LSOCK_CODgram.h" diff --git a/examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.cpp index f136ce465bf..23cbe5f17db 100644 --- a/examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.cpp @@ -1,5 +1,5 @@ /* Send a file through ACE_FIFO communication channel by -// @(#)local_fifo_client_test.cpp 1.1 10/18/96 +// $Id$ break it (the file) into pieces. */ diff --git a/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp index cb09bd0eade..0f081bceb7d 100644 --- a/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp @@ -1,5 +1,5 @@ // Another test of UNIX domain IPC-SAP abstraction. This one opens 2 -// @(#)local_pipe_client_test.cpp 1.1 10/18/96 +// $Id$ // pipes and then ships certain ends over to the server to act as a // filter! diff --git a/examples/Service_Configurator/IPC-tests/client/local_spipe_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/local_spipe_client_test.cpp index 0dbe3abbed2..52f93a3d126 100644 --- a/examples/Service_Configurator/IPC-tests/client/local_spipe_client_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/local_spipe_client_test.cpp @@ -1,5 +1,5 @@ /* Send a file through ACE_SPIPE communication channel by -// @(#)local_spipe_client_test.cpp 1.1 10/18/96 +// $Id$ break it (the file) into pieces. */ diff --git a/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp index bf168d0056e..482fab04d56 100644 --- a/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp @@ -1,5 +1,5 @@ /* Tests out the UNIX domain IPC-SAP abstraction. */ -// @(#)local_stream_client_test.cpp 1.1 10/18/96 +// $Id$ #include "ace/LSOCK_Connector.h" #include "ace/UNIX_Addr.h" diff --git a/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp index 54cde3aef67..845dd3ef529 100644 --- a/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp @@ -1,5 +1,5 @@ /* Tests out the Internet domain IPC-SAP dgram abstraction. */ -// @(#)remote_dgram_client_test.cpp 1.1 10/18/96 +// $Id$ #include "ace/Mem_Map.h" diff --git a/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp b/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp index 365f6c7efb0..d84746a3e9f 100644 --- a/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp @@ -1,5 +1,5 @@ /* Test program for the INET IPC-SAPs... */ -// @(#)remote_service_directory_test.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" diff --git a/examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp index 80444b8da8e..7bcf86607e3 100644 --- a/examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp @@ -1,5 +1,5 @@ /* Test program for the INET IPC-SAPs... */ -// @(#)remote_stream_client_test.cpp 1.1 10/18/96 +// $Id$ #include "ace/Mem_Map.h" diff --git a/examples/Service_Configurator/IPC-tests/client/remote_thr_stream_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/remote_thr_stream_client_test.cpp index 18c6162c788..e9837132dd4 100644 --- a/examples/Service_Configurator/IPC-tests/client/remote_thr_stream_client_test.cpp +++ b/examples/Service_Configurator/IPC-tests/client/remote_thr_stream_client_test.cpp @@ -1,5 +1,5 @@ /* Test program for the INET ACE_TLI-SAPs... */ -// @(#)remote_thr_stream_client_test.cpp 1.1 10/18/96 +// $Id$ #include "ace/Mem_Map.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.cpp index 3e6f852a53d..af490402337 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.cpp @@ -1,5 +1,5 @@ #include "Handle_Broadcast.h" -// @(#)Handle_Broadcast.cpp 1.1 10/18/96 +// $Id$ #if defined (SunOS4) diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h b/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h index 3d22d6b473f..03dec504656 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_Broadcast.h 1.1 10/18/96 +// $Id$ /* Handles INET broadcast datagram messages from remote hosts on the local subnet. */ diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i b/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i index 624ee1edb26..cbd5ffdb04b 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_Broadcast.i 1.1 10/18/96 +// $Id$ #include "ace/Get_Opt.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp index 9750154c1b3..c9224635829 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.cpp @@ -1,5 +1,5 @@ #include "Handle_L_CODgram.h" -// @(#)Handle_L_CODgram.cpp 1.1 10/18/96 +// $Id$ #if defined (SunOS4) diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h b/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h index 0d2692c63d2..ce0da0d7a5b 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_CODgram.h 1.1 10/18/96 +// $Id$ /* Handles UNIX datagram messages from local host. */ diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.i b/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.i index 6c69af48c20..cec9f308c7b 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_CODgram.i 1.1 10/18/96 +// $Id$ #include "ace/Get_Opt.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.cpp index f8615d3cd26..007630279f2 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.cpp @@ -1,5 +1,5 @@ #include "Handle_L_Dgram.h" -// @(#)Handle_L_Dgram.cpp 1.1 10/18/96 +// $Id$ #if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h b/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h index 72c2914ef6a..bfae70269ea 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_Dgram.h 1.1 10/18/96 +// $Id$ // Handles UNIX datagram messages from local host. diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.i b/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.i index 4133a0d6a4f..e3ecb36ffd9 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_Dgram.i 1.1 10/18/96 +// $Id$ #include "ace/Get_Opt.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.cpp index 7106034f33f..06d8c724040 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.cpp @@ -1,5 +1,5 @@ #include "Handle_L_FIFO.h" -// @(#)Handle_L_FIFO.cpp 1.1 10/18/96 +// $Id$ #if defined (SunOS4) diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h b/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h index 82ab2f5df51..03f613ebdf0 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_FIFO.h 1.1 10/18/96 +// $Id$ /* Handle connections from local UNIX ACE_FIFO */ /* Read from a well known ACE_FIFO and write to stdout. */ diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i b/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i index 6ba9f212d6c..f8044d312d9 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_FIFO.i 1.1 10/18/96 +// $Id$ #include "ace/Get_Opt.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp index 086f8c2e86c..c216e03cecb 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.cpp @@ -1,5 +1,5 @@ #include "Handle_L_Pipe.h" -// @(#)Handle_L_Pipe.cpp 1.1 10/18/96 +// $Id$ #if defined (SunOS4) diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h b/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h index ffd7651048a..0d4f26d6d2b 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_Pipe.h 1.1 10/18/96 +// $Id$ /* Handle connections from local UNIX domain sockets that are sending end-points from a pipe! */ diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.i b/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.i index b5c430a8e51..ff59a5ffd6b 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_Pipe.i 1.1 10/18/96 +// $Id$ #include "ace/Get_Opt.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp index bd34890dbbc..d2ccc95b439 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp @@ -1,5 +1,5 @@ #include "Handle_L_SPIPE.h" -// @(#)Handle_L_SPIPE.cpp 1.1 10/18/96 +// $Id$ #if !defined (__ACE_INLINE__) diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h b/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h index a844764d0dd..e81353600ea 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_SPIPE.h 1.1 10/18/96 +// $Id$ /* Handle connections from local UNIX ACE_SPIPE */ /* Read from a well known ACE_SPIPE and write to stdout. */ diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.i b/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.i index 0d5e77e1b01..9bb576deccf 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_SPIPE.i 1.1 10/18/96 +// $Id$ #include "ace/SPIPE_Stream.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.cpp index e9b2ba2483b..d7f84013629 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.cpp @@ -1,5 +1,5 @@ #if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) -// @(#)Handle_L_Stream.cpp 1.1 10/18/96 +// $Id$ #include "Handle_L_Stream.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h b/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h index b06b914cfd4..5b64fa2d8a2 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_Stream.h 1.1 10/18/96 +// $Id$ /* Handle connections from local UNIX domain sockets. */ diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.i b/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.i index e0ef5373b0b..e426697033d 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_L_Stream.i 1.1 10/18/96 +// $Id$ #include "ace/Get_Opt.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.cpp index b5a3622a5ba..a2f8db96fb5 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.cpp @@ -1,5 +1,5 @@ #include "Handle_R_Dgram.h" -// @(#)Handle_R_Dgram.cpp 1.1 10/18/96 +// $Id$ #if defined (SunOS4) diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h b/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h index 493a4c85d7a..ca446200f48 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_R_Dgram.h 1.1 10/18/96 +// $Id$ /* Handles INET datagram messages from remote hosts. */ diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i b/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i index 9cefc302b00..21664f105a2 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_R_Dgram.i 1.1 10/18/96 +// $Id$ #include "ace/Get_Opt.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.cpp index 91549a321e8..294386ec53d 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.cpp @@ -1,5 +1,5 @@ #include "Handle_R_Stream.h" -// @(#)Handle_R_Stream.cpp 1.1 10/18/96 +// $Id$ #if defined (SunOS4) diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h b/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h index a612eb29ad5..79ae975d786 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_R_Stream.h 1.1 10/18/96 +// $Id$ /* Handle connections from remote INET connections. */ diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i b/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i index ce605be5180..8c4439f8c0f 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_R_Stream.i 1.1 10/18/96 +// $Id$ #include "ace/Get_Opt.h" diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp index 339ab3023b8..94b41367a5c 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp @@ -1,5 +1,5 @@ #if !defined (ACE_HANDLE_THR_STREAM_C) -// @(#)Handle_Thr_Stream.cpp 1.1 10/18/96 +// $Id$ #define ACE_HANDLE_THR_STREAM_C diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.h b/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.h index 9068fd1105d..9c12d872f47 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_Thr_Stream.h 1.1 10/18/96 +// $Id$ /* Handle connections from remote INET connections. */ diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.cpp b/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.cpp index bfb562185e6..ffe00503856 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.cpp +++ b/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.cpp @@ -1,5 +1,5 @@ #include "Handle_Timeout.h" -// @(#)Handle_Timeout.cpp 1.1 10/18/96 +// $Id$ #if defined (SunOS4) diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h b/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h index efcb7575dad..84c96c044d3 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h +++ b/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_Timeout.h 1.1 10/18/96 +// $Id$ /* Handles timeouts. */ diff --git a/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i b/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i index 623efaf9437..50cd399cae2 100644 --- a/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i +++ b/examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Handle_Timeout.i 1.1 10/18/96 +// $Id$ #include "ace/Service_Config.h" diff --git a/examples/Service_Configurator/IPC-tests/server/server_test.cpp b/examples/Service_Configurator/IPC-tests/server/server_test.cpp index 3c93ca704f9..f65523d956d 100644 --- a/examples/Service_Configurator/IPC-tests/server/server_test.cpp +++ b/examples/Service_Configurator/IPC-tests/server/server_test.cpp @@ -1,5 +1,5 @@ /* The main test driver for the dynamically configured server. */ -// @(#)server_test.cpp 1.1 10/18/96 +// $Id$ #include "ace/Service_Config.h" diff --git a/examples/Service_Configurator/Misc/Timer_Service.cpp b/examples/Service_Configurator/Misc/Timer_Service.cpp index 8c377da53f5..4d1201b069a 100644 --- a/examples/Service_Configurator/Misc/Timer_Service.cpp +++ b/examples/Service_Configurator/Misc/Timer_Service.cpp @@ -1,5 +1,5 @@ #include "Timer_Service.h" -// @(#)Timer_Service.cpp 1.1 10/18/96 +// $Id$ int diff --git a/examples/Service_Configurator/Misc/Timer_Service.h b/examples/Service_Configurator/Misc/Timer_Service.h index b002cd6fddb..506b4634a71 100644 --- a/examples/Service_Configurator/Misc/Timer_Service.h +++ b/examples/Service_Configurator/Misc/Timer_Service.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Timer_Service.h 1.1 10/18/96 +// $Id$ #include "ace/Service_Config.h" diff --git a/examples/Service_Configurator/Misc/main.cpp b/examples/Service_Configurator/Misc/main.cpp index 945465bf2ef..03957234a35 100644 --- a/examples/Service_Configurator/Misc/main.cpp +++ b/examples/Service_Configurator/Misc/main.cpp @@ -1,5 +1,5 @@ #include "ace/Service_Config.h" -// @(#)main.cpp 1.1 10/18/96 +// $Id$ #include "Timer_Service.h" 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" diff --git a/examples/Shared_Memory/test_MM.cpp b/examples/Shared_Memory/test_MM.cpp index 8cb304c8ac2..93f6a264eb2 100644 --- a/examples/Shared_Memory/test_MM.cpp +++ b/examples/Shared_Memory/test_MM.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)test_MM.cpp 1.1 10/18/96 +// $Id$ #include "ace/Shared_Memory_MM.h" diff --git a/examples/Shared_Memory/test_SV.cpp b/examples/Shared_Memory/test_SV.cpp index f585318ea1a..f05e4a8c86a 100644 --- a/examples/Shared_Memory/test_SV.cpp +++ b/examples/Shared_Memory/test_SV.cpp @@ -1,5 +1,5 @@ #include "ace/Log_Msg.h" -// @(#)test_SV.cpp 1.1 10/18/96 +// $Id$ #include "ace/Shared_Memory_SV.h" diff --git a/examples/System_V_IPC/SV_Message_Queues/MQ_Client.cpp b/examples/System_V_IPC/SV_Message_Queues/MQ_Client.cpp index 31d56c23e6a..7845fef37f8 100644 --- a/examples/System_V_IPC/SV_Message_Queues/MQ_Client.cpp +++ b/examples/System_V_IPC/SV_Message_Queues/MQ_Client.cpp @@ -1,5 +1,5 @@ #include "ace/SV_Message_Queue.h" -// @(#)MQ_Client.cpp 1.1 10/18/96 +// $Id$ #include "test.h" diff --git a/examples/System_V_IPC/SV_Message_Queues/MQ_Server.cpp b/examples/System_V_IPC/SV_Message_Queues/MQ_Server.cpp index 1f7729ad4e1..39680dd91bc 100644 --- a/examples/System_V_IPC/SV_Message_Queues/MQ_Server.cpp +++ b/examples/System_V_IPC/SV_Message_Queues/MQ_Server.cpp @@ -1,5 +1,5 @@ #include "ace/Signal.h" -// @(#)MQ_Server.cpp 1.1 10/18/96 +// $Id$ #include "ace/SV_Message_Queue.h" #include "test.h" diff --git a/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp b/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp index 0961f92da6a..e6ed03525d1 100644 --- a/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp +++ b/examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp @@ -1,5 +1,5 @@ #include "ace/Typed_SV_Message_Queue.h" -// @(#)TMQ_Client.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" #include "test.h" diff --git a/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp b/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp index ab843c830d6..185c630ad4a 100644 --- a/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp +++ b/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp @@ -1,5 +1,5 @@ #include "ace/Signal.h" -// @(#)TMQ_Server.cpp 1.1 10/18/96 +// $Id$ #include "ace/Typed_SV_Message_Queue.h" #include "ace/Log_Msg.h" diff --git a/examples/System_V_IPC/SV_Message_Queues/test.h b/examples/System_V_IPC/SV_Message_Queues/test.h index ebfbe3448ac..775a27c4423 100644 --- a/examples/System_V_IPC/SV_Message_Queues/test.h +++ b/examples/System_V_IPC/SV_Message_Queues/test.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)test.h 1.1 10/18/96 +// $Id$ #include "ace/OS.h" #include "ace/SV_Message.h" 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 diff --git a/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp b/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp index 3b1fa48ceb5..d980ae1b62c 100644 --- a/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp +++ b/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp @@ -1,5 +1,5 @@ #include "ace/SV_Shared_Memory.h" -// @(#)SV_Shared_Memory_Test.cpp 1.1 10/18/96 +// $Id$ #include "SV_Shared_Memory_Test.h" diff --git a/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h b/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h index 795e9180f65..7712e016a09 100644 --- a/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h +++ b/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)SV_Shared_Memory_Test.h 1.1 10/18/96 +// $Id$ #include "ace/OS.h" #define SHMSZ 27 diff --git a/examples/Threads/test_auto_event.cpp b/examples/Threads/test_auto_event.cpp index 24de2e9d230..b6f8e2448d6 100644 --- a/examples/Threads/test_auto_event.cpp +++ b/examples/Threads/test_auto_event.cpp @@ -1,5 +1,5 @@ // This test shows the use of an ACE_Auto_Event as a signaling -// @(#)test_auto_event.cpp 1.1 10/18/96 +// $Id$ // mechanism. Two threads are created (one a reader, the other a // writer). The reader waits till the writer has completed diff --git a/examples/Threads/test_barrier1.cpp b/examples/Threads/test_barrier1.cpp index 2bd0b916b31..d868fb0dfd4 100644 --- a/examples/Threads/test_barrier1.cpp +++ b/examples/Threads/test_barrier1.cpp @@ -1,5 +1,5 @@ // This test program illustrates how the ACE barrier synchronization -// @(#)test_barrier1.cpp 1.1 10/18/96 +// $Id$ // mechanisms work. diff --git a/examples/Threads/test_barrier2.cpp b/examples/Threads/test_barrier2.cpp index 11cb8e1da0b..60a3b429c4e 100644 --- a/examples/Threads/test_barrier2.cpp +++ b/examples/Threads/test_barrier2.cpp @@ -1,5 +1,5 @@ // generic_worker_task.cpp -// @(#)test_barrier2.cpp 1.1 10/18/96 +// $Id$ // // This test program illustrates how the ACE task workers/barrier diff --git a/examples/Threads/test_cancel.cpp b/examples/Threads/test_cancel.cpp index 9d14e4684b0..a9d12bea579 100644 --- a/examples/Threads/test_cancel.cpp +++ b/examples/Threads/test_cancel.cpp @@ -1,5 +1,5 @@ // Test out the cooperative thread cancellation mechanisms provided by -// @(#)test_cancel.cpp 1.1 10/18/96 +// $Id$ // the ACE_Thread_Manager. diff --git a/examples/Threads/test_future1.cpp b/examples/Threads/test_future1.cpp index ad725ef5023..b66be1486ee 100644 --- a/examples/Threads/test_future1.cpp +++ b/examples/Threads/test_future1.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)test_future1.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/examples/Threads/test_future2.cpp b/examples/Threads/test_future2.cpp index f565fbeb725..c055fe72688 100644 --- a/examples/Threads/test_future2.cpp +++ b/examples/Threads/test_future2.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)test_future2.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/examples/Threads/test_manual_event.cpp b/examples/Threads/test_manual_event.cpp index 51612d1fcab..fd22a697555 100644 --- a/examples/Threads/test_manual_event.cpp +++ b/examples/Threads/test_manual_event.cpp @@ -1,5 +1,5 @@ // The test shows the use of an ACE_Manual_Event to create a -// @(#)test_manual_event.cpp 1.1 10/18/96 +// $Id$ // Pseudo_Barrier. Multiple threads are created which do the // following: diff --git a/examples/Threads/test_process_mutex.cpp b/examples/Threads/test_process_mutex.cpp index 1978e3601f0..35e5d26ad54 100644 --- a/examples/Threads/test_process_mutex.cpp +++ b/examples/Threads/test_process_mutex.cpp @@ -1,5 +1,5 @@ // This program tests ACE_Process_Mutexes. To run it, open 3 -// @(#)test_process_mutex.cpp 1.1 10/18/96 +// $Id$ // or 4 windows and run this program in each window... diff --git a/examples/Threads/test_process_semaphore.cpp b/examples/Threads/test_process_semaphore.cpp index ed9831ab627..e96513e5707 100644 --- a/examples/Threads/test_process_semaphore.cpp +++ b/examples/Threads/test_process_semaphore.cpp @@ -1,5 +1,5 @@ // This program tests ACE_Process_Semaphore. To run it, open 3 -// @(#)test_process_semaphore.cpp 1.1 10/18/96 +// $Id$ // or 4 windows and run this program in each window... diff --git a/examples/Threads/test_reader_writer.cpp b/examples/Threads/test_reader_writer.cpp index 33d3e982bc6..ea781972f6b 100644 --- a/examples/Threads/test_reader_writer.cpp +++ b/examples/Threads/test_reader_writer.cpp @@ -1,5 +1,5 @@ // This test program verifies the functionality of the ACE_OS -// @(#)test_reader_writer.cpp 1.1 10/18/96 +// $Id$ // implementation of readers/writer locks on Win32 and Posix pthreads. diff --git a/examples/Threads/test_recursive_mutex.cpp b/examples/Threads/test_recursive_mutex.cpp index e1c0b8353e9..4c21147f82e 100644 --- a/examples/Threads/test_recursive_mutex.cpp +++ b/examples/Threads/test_recursive_mutex.cpp @@ -1,5 +1,5 @@ // This test program verifies the functionality of the ACE_OS -// @(#)test_recursive_mutex.cpp 1.1 10/18/96 +// $Id$ // implementation of recursive mutexes on Win32 and Posix pthreads. diff --git a/examples/Threads/test_task.cpp b/examples/Threads/test_task.cpp index d0e8e124ead..7cd7976d2bb 100644 --- a/examples/Threads/test_task.cpp +++ b/examples/Threads/test_task.cpp @@ -1,5 +1,5 @@ // This test program illustrates how the ACE barrier synchronization -// @(#)test_task.cpp 1.1 10/18/96 +// $Id$ // mechanisms work in conjunction with the ACE_Task and the // ACE_Thread_Manager. It is instructive to compare this with the diff --git a/examples/Threads/test_task_three.cpp b/examples/Threads/test_task_three.cpp index 348d8b0b7d0..5600b41abf2 100644 --- a/examples/Threads/test_task_three.cpp +++ b/examples/Threads/test_task_three.cpp @@ -1,5 +1,5 @@ // Exercise more tests for the ACE Tasks. This also shows off some -// @(#)test_task_three.cpp 1.1 10/18/96 +// $Id$ // interesting uses of the ACE Log_Msg's ability to print to ostreams. // BTW, make sure that you set the out_stream in *every* thread that diff --git a/examples/Threads/test_task_two.cpp b/examples/Threads/test_task_two.cpp index 4ce201a74bc..a316b78b7ea 100644 --- a/examples/Threads/test_task_two.cpp +++ b/examples/Threads/test_task_two.cpp @@ -1,5 +1,5 @@ // Exercise more tests for the ACE Tasks. This test can spawn off -// @(#)test_task_two.cpp 1.1 10/18/96 +// $Id$ // zillions of tasks and then wait for them using both polling and the // ACE Thread Manager. diff --git a/examples/Threads/test_thread_manager.cpp b/examples/Threads/test_thread_manager.cpp index efa5a2cc2a6..25db53b27a3 100644 --- a/examples/Threads/test_thread_manager.cpp +++ b/examples/Threads/test_thread_manager.cpp @@ -1,5 +1,5 @@ // Test out the group management mechanisms provided by the -// @(#)test_thread_manager.cpp 1.1 10/18/96 +// $Id$ // ACE_Thread_Manager, including the group signal handling, group // suspension and resumption, and cooperative thread cancellation diff --git a/examples/Threads/test_thread_pool.cpp b/examples/Threads/test_thread_pool.cpp index 28892ed9356..accb652e7c4 100644 --- a/examples/Threads/test_thread_pool.cpp +++ b/examples/Threads/test_thread_pool.cpp @@ -1,5 +1,5 @@ // This test program illustrates how the ACE task synchronization -// @(#)test_thread_pool.cpp 1.1 10/18/96 +// $Id$ // mechanisms work in conjunction with the ACE_Task and the // ACE_Thread_Manager. If the manual flag is not set input comes from diff --git a/examples/Threads/test_thread_specific.cpp b/examples/Threads/test_thread_specific.cpp index ac0cc7ed5d1..74bedad70d7 100644 --- a/examples/Threads/test_thread_specific.cpp +++ b/examples/Threads/test_thread_specific.cpp @@ -1,5 +1,5 @@ #include "ace/Service_Config.h" -// @(#)test_thread_specific.cpp 1.1 10/18/96 +// $Id$ #include "ace/Synch.h" #include "ace/Log_Msg.h" diff --git a/examples/Threads/test_token.cpp b/examples/Threads/test_token.cpp index bd8d399102f..a90a2b0bfe9 100644 --- a/examples/Threads/test_token.cpp +++ b/examples/Threads/test_token.cpp @@ -1,5 +1,5 @@ // Test out the ACE Token class. -// @(#)test_token.cpp 1.1 10/18/96 +// $Id$ #include "ace/Token.h" #include "ace/Task.h" diff --git a/examples/Threads/test_tss.cpp b/examples/Threads/test_tss.cpp index ed8cd32017e..c81ca41c429 100644 --- a/examples/Threads/test_tss.cpp +++ b/examples/Threads/test_tss.cpp @@ -1,5 +1,5 @@ // Torture test ACE thread-specific storage... -// @(#)test_tss.cpp 1.1 10/18/96 +// $Id$ #include "ace/Task.h" diff --git a/netsvcs/clients/Logger/direct_logging.cpp b/netsvcs/clients/Logger/direct_logging.cpp index 26b63657efd..2670fa473e8 100644 --- a/netsvcs/clients/Logger/direct_logging.cpp +++ b/netsvcs/clients/Logger/direct_logging.cpp @@ -1,5 +1,5 @@ // This program sends logging records directly to the server, rather -// @(#)direct_logging.cpp 1.1 10/18/96 +// $Id$ // than going through the client logging daemon. diff --git a/netsvcs/clients/Logger/indirect_logging.cpp b/netsvcs/clients/Logger/indirect_logging.cpp index 8b1ac5841f7..53fd7594e62 100644 --- a/netsvcs/clients/Logger/indirect_logging.cpp +++ b/netsvcs/clients/Logger/indirect_logging.cpp @@ -1,5 +1,5 @@ // This is a simple test that sends logging records to the Client -// @(#)indirect_logging.cpp 1.1 10/18/96 +// $Id$ // Logging Daemon running on the localhost. This daemon then forwards // them to the Server Logging Daemon. If there is no Server Logging diff --git a/netsvcs/clients/Naming/Client/Client_Test.cpp b/netsvcs/clients/Naming/Client/Client_Test.cpp index da1c4c0836c..273df4271aa 100644 --- a/netsvcs/clients/Naming/Client/Client_Test.cpp +++ b/netsvcs/clients/Naming/Client/Client_Test.cpp @@ -1,5 +1,5 @@ #define ACE_BUILD_SVC_DLL -// @(#)Client_Test.cpp 1.1 10/18/96 +// $Id$ #include "ace/Service_Config.h" #include "ace/Naming_Context.h" diff --git a/netsvcs/clients/Naming/Client/Client_Test.h b/netsvcs/clients/Naming/Client/Client_Test.h index 825ca528f87..830db0e73c2 100644 --- a/netsvcs/clients/Naming/Client/Client_Test.h +++ b/netsvcs/clients/Naming/Client/Client_Test.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Client_Test.h 1.1 10/18/96 +// $Id$ #include "ace/OS.h" diff --git a/netsvcs/clients/Naming/Client/main.cpp b/netsvcs/clients/Naming/Client/main.cpp index 20e8c53ef7e..88d370aca66 100644 --- a/netsvcs/clients/Naming/Client/main.cpp +++ b/netsvcs/clients/Naming/Client/main.cpp @@ -1,5 +1,5 @@ // Test the client-side of the ACE Name Server... -// @(#)main.cpp 1.1 10/18/96 +// $Id$ #include "ace/Service_Config.h" diff --git a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp index 91617d11662..fb2ee3ed1d0 100644 --- a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp +++ b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp @@ -1,5 +1,5 @@ #include <fstream.h> -// @(#)Dump_Restore.cpp 1.1 10/18/96 +// $Id$ #include "ace/Service_Config.h" #include "ace/Read_Buffer.h" diff --git a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h index 218e842f2e9..852efff6f77 100644 --- a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h +++ b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Dump_Restore.h 1.1 10/18/96 +// $Id$ #include "ace/Event_Handler.h" #include "ace/Reactor.h" diff --git a/netsvcs/clients/Naming/Dump_Restore/createfile.cpp b/netsvcs/clients/Naming/Dump_Restore/createfile.cpp index 4880cfe7883..fbd85b78768 100644 --- a/netsvcs/clients/Naming/Dump_Restore/createfile.cpp +++ b/netsvcs/clients/Naming/Dump_Restore/createfile.cpp @@ -1,5 +1,5 @@ #include <stdio.h> -// @(#)createfile.cpp 1.1 10/18/96 +// $Id$ #include <string.h> #include <math.h> diff --git a/netsvcs/clients/Naming/Dump_Restore/main.cpp b/netsvcs/clients/Naming/Dump_Restore/main.cpp index a30b94c6cd3..2d8388918df 100644 --- a/netsvcs/clients/Naming/Dump_Restore/main.cpp +++ b/netsvcs/clients/Naming/Dump_Restore/main.cpp @@ -1,5 +1,5 @@ // Test the client-side of the ACE Name Server... -// @(#)main.cpp 1.1 10/18/96 +// $Id$ #include "ace/Service_Config.h" #include "Dump_Restore.h" diff --git a/netsvcs/clients/Naming/Dump_Restore/nametest.cpp b/netsvcs/clients/Naming/Dump_Restore/nametest.cpp index d5347b7206a..fb9c71a5014 100644 --- a/netsvcs/clients/Naming/Dump_Restore/nametest.cpp +++ b/netsvcs/clients/Naming/Dump_Restore/nametest.cpp @@ -1,5 +1,5 @@ #include "ace/Naming_Context.h" -// @(#)nametest.cpp 1.1 10/18/96 +// $Id$ #include "ace/Name_Options.h" #include "nametest.h" diff --git a/netsvcs/clients/Naming/Dump_Restore/nametest.h b/netsvcs/clients/Naming/Dump_Restore/nametest.h index 423f2ea1a5c..fa0cc5dc05c 100644 --- a/netsvcs/clients/Naming/Dump_Restore/nametest.h +++ b/netsvcs/clients/Naming/Dump_Restore/nametest.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)nametest.h 1.1 10/18/96 +// $Id$ #include "ace/Service_Object.h" diff --git a/netsvcs/clients/Tokens/collection/collection.cpp b/netsvcs/clients/Tokens/collection/collection.cpp index 797546f3f92..a280f98cd20 100644 --- a/netsvcs/clients/Tokens/collection/collection.cpp +++ b/netsvcs/clients/Tokens/collection/collection.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)collection.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/netsvcs/clients/Tokens/collection/rw_locks.cpp b/netsvcs/clients/Tokens/collection/rw_locks.cpp index 8717c7687b6..d651bf5d5d7 100644 --- a/netsvcs/clients/Tokens/collection/rw_locks.cpp +++ b/netsvcs/clients/Tokens/collection/rw_locks.cpp @@ -1,5 +1,5 @@ #include "ace/OS.h" -// @(#)rw_locks.cpp 1.1 10/18/96 +// $Id$ #include "ace/Log_Msg.h" #include "ace/Get_Opt.h" diff --git a/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp b/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp index 7f03ec512ae..1e6f30f0982 100644 --- a/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp +++ b/netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)deadlock_detection_test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/netsvcs/clients/Tokens/invariant/invariant.cpp b/netsvcs/clients/Tokens/invariant/invariant.cpp index 85dfd0885dc..b0a36425ade 100644 --- a/netsvcs/clients/Tokens/invariant/invariant.cpp +++ b/netsvcs/clients/Tokens/invariant/invariant.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)invariant.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/netsvcs/clients/Tokens/manual/manual.cpp b/netsvcs/clients/Tokens/manual/manual.cpp index 664d9017f66..961b0e10630 100644 --- a/netsvcs/clients/Tokens/manual/manual.cpp +++ b/netsvcs/clients/Tokens/manual/manual.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)manual.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/netsvcs/clients/Tokens/mutex/test_mutex.cpp b/netsvcs/clients/Tokens/mutex/test_mutex.cpp index 3b7b94dba0d..ad071208ef2 100644 --- a/netsvcs/clients/Tokens/mutex/test_mutex.cpp +++ b/netsvcs/clients/Tokens/mutex/test_mutex.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)test_mutex.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp b/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp index 3c6295ce0a5..128b18a77ac 100644 --- a/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp +++ b/netsvcs/clients/Tokens/rw_lock/rw_locks.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)rw_locks.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/netsvcs/lib/Client_Logging_Handler.cpp b/netsvcs/lib/Client_Logging_Handler.cpp index 9ef906172b5..fb05f51847b 100644 --- a/netsvcs/lib/Client_Logging_Handler.cpp +++ b/netsvcs/lib/Client_Logging_Handler.cpp @@ -1,5 +1,5 @@ // Client_Logging_Handler.cpp -// @(#)Client_Logging_Handler.cpp 1.1 10/18/96 +// $Id$ #define ACE_BUILD_SVC_DLL #include "ace/Service_Config.h" diff --git a/netsvcs/lib/Client_Logging_Handler.h b/netsvcs/lib/Client_Logging_Handler.h index 7d18a7af6e7..04e5ae9a0de 100644 --- a/netsvcs/lib/Client_Logging_Handler.h +++ b/netsvcs/lib/Client_Logging_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Client_Logging_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/netsvcs/lib/Client_Logging_Handler.i b/netsvcs/lib/Client_Logging_Handler.i index e5cdb810e6b..57c6d26e751 100644 --- a/netsvcs/lib/Client_Logging_Handler.i +++ b/netsvcs/lib/Client_Logging_Handler.i @@ -1,4 +1,4 @@ /* -*- C++ -*- */ -// @(#)Client_Logging_Handler.i 1.1 10/18/96 +// $Id$ diff --git a/netsvcs/lib/Logging_Strategy.cpp b/netsvcs/lib/Logging_Strategy.cpp index af2a0fc5f31..43cea9ae7d7 100644 --- a/netsvcs/lib/Logging_Strategy.cpp +++ b/netsvcs/lib/Logging_Strategy.cpp @@ -1,5 +1,5 @@ // Logging_Strategy.cpp -// @(#)Logging_Strategy.cpp 1.1 10/18/96 +// $Id$ #define ACE_BUILD_SVC_DLL #include "iostream.h" diff --git a/netsvcs/lib/Logging_Strategy.h b/netsvcs/lib/Logging_Strategy.h index c1d94f48313..733003eebae 100644 --- a/netsvcs/lib/Logging_Strategy.h +++ b/netsvcs/lib/Logging_Strategy.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Logging_Strategy.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/netsvcs/lib/Name_Handler.cpp b/netsvcs/lib/Name_Handler.cpp index e036f42b68b..6cdc57f2e2a 100644 --- a/netsvcs/lib/Name_Handler.cpp +++ b/netsvcs/lib/Name_Handler.cpp @@ -1,5 +1,5 @@ // Name_Handler.cpp -// @(#)Name_Handler.cpp 1.1 10/18/96 +// $Id$ #define ACE_BUILD_SVC_DLL #include "ace/SString.h" diff --git a/netsvcs/lib/Name_Handler.h b/netsvcs/lib/Name_Handler.h index 0de9b44ca77..52cfebed863 100644 --- a/netsvcs/lib/Name_Handler.h +++ b/netsvcs/lib/Name_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Name_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ // diff --git a/netsvcs/lib/Server_Logging_Handler.cpp b/netsvcs/lib/Server_Logging_Handler.cpp index d784cb6af37..1dd2be38b3d 100644 --- a/netsvcs/lib/Server_Logging_Handler.cpp +++ b/netsvcs/lib/Server_Logging_Handler.cpp @@ -1,5 +1,5 @@ // Server_Logging_Handler.cpp -// @(#)Server_Logging_Handler.cpp 1.1 10/18/96 +// $Id$ #define ACE_BUILD_SVC_DLL #include "ace/Synch.h" diff --git a/netsvcs/lib/Server_Logging_Handler.h b/netsvcs/lib/Server_Logging_Handler.h index b73ba1eb8bb..03730b0d1d5 100644 --- a/netsvcs/lib/Server_Logging_Handler.h +++ b/netsvcs/lib/Server_Logging_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Server_Logging_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/netsvcs/lib/Server_Logging_Handler.i b/netsvcs/lib/Server_Logging_Handler.i index 91a235b2847..57c6d26e751 100644 --- a/netsvcs/lib/Server_Logging_Handler.i +++ b/netsvcs/lib/Server_Logging_Handler.i @@ -1,4 +1,4 @@ /* -*- C++ -*- */ -// @(#)Server_Logging_Handler.i 1.1 10/18/96 +// $Id$ diff --git a/netsvcs/lib/TS_Clerk_Handler.cpp b/netsvcs/lib/TS_Clerk_Handler.cpp index 6a4b181fd47..c2183e03337 100644 --- a/netsvcs/lib/TS_Clerk_Handler.cpp +++ b/netsvcs/lib/TS_Clerk_Handler.cpp @@ -1,5 +1,5 @@ // TS_Clerk_Handler.cpp -// @(#)TS_Clerk_Handler.cpp 1.1 10/18/96 +// $Id$ #define ACE_BUILD_SVC_DLL #include "ace/Service_Config.h" diff --git a/netsvcs/lib/TS_Clerk_Handler.h b/netsvcs/lib/TS_Clerk_Handler.h index 8a1c63a5a8d..a1dcccdd4d9 100644 --- a/netsvcs/lib/TS_Clerk_Handler.h +++ b/netsvcs/lib/TS_Clerk_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)TS_Clerk_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/netsvcs/lib/TS_Server_Handler.cpp b/netsvcs/lib/TS_Server_Handler.cpp index 8b60c1562bf..da683b92439 100644 --- a/netsvcs/lib/TS_Server_Handler.cpp +++ b/netsvcs/lib/TS_Server_Handler.cpp @@ -1,5 +1,5 @@ // TS_Server_Handler.cpp -// @(#)TS_Server_Handler.cpp 1.1 10/18/96 +// $Id$ #define ACE_BUILD_SVC_DLL #include "ace/SString.h" diff --git a/netsvcs/lib/TS_Server_Handler.h b/netsvcs/lib/TS_Server_Handler.h index 5d571bd2aac..871489a9a8e 100644 --- a/netsvcs/lib/TS_Server_Handler.h +++ b/netsvcs/lib/TS_Server_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)TS_Server_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/netsvcs/lib/Token_Handler.cpp b/netsvcs/lib/Token_Handler.cpp index bdb2a425a8e..1208cdbd1a7 100644 --- a/netsvcs/lib/Token_Handler.cpp +++ b/netsvcs/lib/Token_Handler.cpp @@ -1,5 +1,5 @@ // Token_Handler.cpp -// @(#)Token_Handler.cpp 1.1 10/18/96 +// $Id$ #define ACE_BUILD_SVC_DLL #include "ace/Log_Msg.h" diff --git a/netsvcs/lib/Token_Handler.h b/netsvcs/lib/Token_Handler.h index 6858347f2b8..75d51c7f2b2 100644 --- a/netsvcs/lib/Token_Handler.h +++ b/netsvcs/lib/Token_Handler.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Token_Handler.h 1.1 10/18/96 +// $Id$ // ============================================================================ diff --git a/netsvcs/servers/main.cpp b/netsvcs/servers/main.cpp index acfb491c7df..e645866b34c 100644 --- a/netsvcs/servers/main.cpp +++ b/netsvcs/servers/main.cpp @@ -1,5 +1,5 @@ #include "ace/Service_Config.h" -// @(#)main.cpp 1.1 10/18/96 +// $Id$ #include "TS_Clerk_Handler.h" #include "TS_Server_Handler.h" diff --git a/performance-tests/Misc/test_mutex.cpp b/performance-tests/Misc/test_mutex.cpp index fe6854916e2..0f5a6bb8d81 100644 --- a/performance-tests/Misc/test_mutex.cpp +++ b/performance-tests/Misc/test_mutex.cpp @@ -1,5 +1,5 @@ // This test program illustrates the performance difference between -// @(#)test_mutex.cpp 1.1 10/18/96 +// $Id$ // three versions of wrappers for thread mutexes. These three // versions exercise various combinations of the following classes: diff --git a/performance-tests/Misc/test_naming.cpp b/performance-tests/Misc/test_naming.cpp index 851e9bfe9df..de4e6f2c789 100644 --- a/performance-tests/Misc/test_naming.cpp +++ b/performance-tests/Misc/test_naming.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)test_naming.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/performance-tests/Misc/test_singleton.cpp b/performance-tests/Misc/test_singleton.cpp index ce71ef5da74..4aab7492f8c 100644 --- a/performance-tests/Misc/test_singleton.cpp +++ b/performance-tests/Misc/test_singleton.cpp @@ -1,5 +1,5 @@ // This example illustrates the performance impact of using the -// @(#)test_singleton.cpp 1.1 10/18/96 +// $Id$ // Double-Checked Locking pattern compared with using the "standard" // practice of acquiring and releasing a lock on every instance() diff --git a/performance-tests/Synch-Benchmarks/Benchmark.cpp b/performance-tests/Synch-Benchmarks/Benchmark.cpp index 44be1b18f0c..6467b888410 100644 --- a/performance-tests/Synch-Benchmarks/Benchmark.cpp +++ b/performance-tests/Synch-Benchmarks/Benchmark.cpp @@ -1,5 +1,5 @@ #include "Benchmark.h" -// @(#)Benchmark.cpp 1.1 10/18/96 +// $Id$ #if defined (ACE_HAS_THREADS) diff --git a/performance-tests/Synch-Benchmarks/Benchmark.h b/performance-tests/Synch-Benchmarks/Benchmark.h index aad12e2bac6..58424e88e58 100644 --- a/performance-tests/Synch-Benchmarks/Benchmark.h +++ b/performance-tests/Synch-Benchmarks/Benchmark.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Benchmark.h 1.1 10/18/96 +// $Id$ /* Defines the class used to dynamically link in the benchmark tests */ diff --git a/performance-tests/Synch-Benchmarks/Options.cpp b/performance-tests/Synch-Benchmarks/Options.cpp index f43ec27ce95..4314dc5e834 100644 --- a/performance-tests/Synch-Benchmarks/Options.cpp +++ b/performance-tests/Synch-Benchmarks/Options.cpp @@ -1,5 +1,5 @@ #include "Options.h" -// @(#)Options.cpp 1.1 10/18/96 +// $Id$ #if defined (ACE_HAS_THREADS) diff --git a/performance-tests/Synch-Benchmarks/Options.h b/performance-tests/Synch-Benchmarks/Options.h index 7fa53e5fbae..7432f78f604 100644 --- a/performance-tests/Synch-Benchmarks/Options.h +++ b/performance-tests/Synch-Benchmarks/Options.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Options.h 1.1 10/18/96 +// $Id$ /* Option manager for ustreams */ diff --git a/performance-tests/Synch-Benchmarks/Options.i b/performance-tests/Synch-Benchmarks/Options.i index 0c6030118bb..08abea93bf4 100644 --- a/performance-tests/Synch-Benchmarks/Options.i +++ b/performance-tests/Synch-Benchmarks/Options.i @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)Options.i 1.1 10/18/96 +// $Id$ /* Option manager for ustreams */ diff --git a/performance-tests/Synch-Benchmarks/condb_test.cpp b/performance-tests/Synch-Benchmarks/condb_test.cpp index 64cc90ffd5d..0075c06c7f3 100644 --- a/performance-tests/Synch-Benchmarks/condb_test.cpp +++ b/performance-tests/Synch-Benchmarks/condb_test.cpp @@ -1,5 +1,5 @@ #include "ace/Synch.h" -// @(#)condb_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/conds_test.cpp b/performance-tests/Synch-Benchmarks/conds_test.cpp index b32be50a5e1..9b32afaf335 100644 --- a/performance-tests/Synch-Benchmarks/conds_test.cpp +++ b/performance-tests/Synch-Benchmarks/conds_test.cpp @@ -1,5 +1,5 @@ #include "ace/Synch.h" -// @(#)conds_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/context_test.cpp b/performance-tests/Synch-Benchmarks/context_test.cpp index d8ec2bbd872..ff83af6af3a 100644 --- a/performance-tests/Synch-Benchmarks/context_test.cpp +++ b/performance-tests/Synch-Benchmarks/context_test.cpp @@ -1,5 +1,5 @@ #include "ace/Synch.h" -// @(#)context_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/memory_test.cpp b/performance-tests/Synch-Benchmarks/memory_test.cpp index 612e86999d0..6859e006dde 100644 --- a/performance-tests/Synch-Benchmarks/memory_test.cpp +++ b/performance-tests/Synch-Benchmarks/memory_test.cpp @@ -1,5 +1,5 @@ #include "ace/Synch.h" -// @(#)memory_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/mutex_test.cpp b/performance-tests/Synch-Benchmarks/mutex_test.cpp index ea4933945f7..91c4d8aaef0 100644 --- a/performance-tests/Synch-Benchmarks/mutex_test.cpp +++ b/performance-tests/Synch-Benchmarks/mutex_test.cpp @@ -1,5 +1,5 @@ #include "ace/Synch.h" -// @(#)mutex_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp b/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp index c06cf64653b..45d8df5af58 100644 --- a/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp +++ b/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp @@ -1,5 +1,5 @@ #include "Options.h" -// @(#)pipe_proc_test.cpp 1.1 10/18/96 +// $Id$ #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp b/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp index 848608081d9..4813ed3e3c2 100644 --- a/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp +++ b/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp @@ -1,5 +1,5 @@ #include "ace/Thread_Manager.h" -// @(#)pipe_thr_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp b/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp index 1712d608503..b3579d980d5 100644 --- a/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp +++ b/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp @@ -1,5 +1,5 @@ #include "ace/Synch.h" -// @(#)recursive_lock_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/rwrd_test.cpp b/performance-tests/Synch-Benchmarks/rwrd_test.cpp index 89f4e35d303..123781631e8 100644 --- a/performance-tests/Synch-Benchmarks/rwrd_test.cpp +++ b/performance-tests/Synch-Benchmarks/rwrd_test.cpp @@ -1,5 +1,5 @@ #include "ace/Synch.h" -// @(#)rwrd_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/rwwr_test.cpp b/performance-tests/Synch-Benchmarks/rwwr_test.cpp index daf7cd32818..9f91b85323e 100644 --- a/performance-tests/Synch-Benchmarks/rwwr_test.cpp +++ b/performance-tests/Synch-Benchmarks/rwwr_test.cpp @@ -1,5 +1,5 @@ #include "ace/Synch.h" -// @(#)rwwr_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/sema_test.cpp b/performance-tests/Synch-Benchmarks/sema_test.cpp index 0a20d1bc07f..3862ca4123f 100644 --- a/performance-tests/Synch-Benchmarks/sema_test.cpp +++ b/performance-tests/Synch-Benchmarks/sema_test.cpp @@ -1,5 +1,5 @@ #include "ace/Synch.h" -// @(#)sema_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/Synch-Benchmarks/synch_driver.cpp b/performance-tests/Synch-Benchmarks/synch_driver.cpp index 3e2566c9f30..8520fef85dc 100644 --- a/performance-tests/Synch-Benchmarks/synch_driver.cpp +++ b/performance-tests/Synch-Benchmarks/synch_driver.cpp @@ -1,5 +1,5 @@ // Driver program that measures the performance of synchronization -// @(#)synch_driver.cpp 1.1 10/18/96 +// $Id$ // mechanisms provided by ACE and the underlying OS. diff --git a/performance-tests/Synch-Benchmarks/sysvsema_test.cpp b/performance-tests/Synch-Benchmarks/sysvsema_test.cpp index fb9be5c7eef..3dc98ebac16 100644 --- a/performance-tests/Synch-Benchmarks/sysvsema_test.cpp +++ b/performance-tests/Synch-Benchmarks/sysvsema_test.cpp @@ -1,5 +1,5 @@ #include "ace/SV_Semaphore_Simple.h" -// @(#)sysvsema_test.cpp 1.1 10/18/96 +// $Id$ #include "Options.h" #include "Benchmark.h" diff --git a/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp b/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp index 55fbdf1d077..2033dba7c59 100644 --- a/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp +++ b/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)wrapper-new-ttcp.cpp 1.1 10/18/96 +// $Id$ /* * T T C P . C diff --git a/performance-tests/TTCP/C/new-ttcp.cpp b/performance-tests/TTCP/C/new-ttcp.cpp index 92f24f6cf97..f4fe17da814 100644 --- a/performance-tests/TTCP/C/new-ttcp.cpp +++ b/performance-tests/TTCP/C/new-ttcp.cpp @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)new-ttcp.cpp 1.1 10/18/96 +// $Id$ /* * T T C P . C diff --git a/performance-tests/TTCP/ORBeline/ttcp_i.cpp b/performance-tests/TTCP/ORBeline/ttcp_i.cpp index 1f79276ecab..4a089a8bc09 100644 --- a/performance-tests/TTCP/ORBeline/ttcp_i.cpp +++ b/performance-tests/TTCP/ORBeline/ttcp_i.cpp @@ -1,5 +1,5 @@ /* -// @(#)ttcp_i.cpp 1.1 10/18/96 +// $Id$ * T T C P . C * diff --git a/performance-tests/TTCP/ORBeline/ttcp_i.h b/performance-tests/TTCP/ORBeline/ttcp_i.h index 70cb752031f..b7a82a1b84a 100644 --- a/performance-tests/TTCP/ORBeline/ttcp_i.h +++ b/performance-tests/TTCP/ORBeline/ttcp_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)ttcp_i.h 1.1 10/18/96 +// $Id$ // ttcp_i.C diff --git a/performance-tests/TTCP/Orbix/ttcpC.cpp b/performance-tests/TTCP/Orbix/ttcpC.cpp index dd8c44d9d21..1e623b01f2e 100644 --- a/performance-tests/TTCP/Orbix/ttcpC.cpp +++ b/performance-tests/TTCP/Orbix/ttcpC.cpp @@ -1,5 +1,5 @@ -// @(#)ttcpC.cpp 1.1 10/18/96 +// $Id$ #include "ttcp.hh" diff --git a/performance-tests/TTCP/Orbix/ttcpS.cpp b/performance-tests/TTCP/Orbix/ttcpS.cpp index e23dffd2d00..0b31298d758 100644 --- a/performance-tests/TTCP/Orbix/ttcpS.cpp +++ b/performance-tests/TTCP/Orbix/ttcpS.cpp @@ -1,5 +1,5 @@ -// @(#)ttcpS.cpp 1.1 10/18/96 +// $Id$ #include "ttcp.hh" diff --git a/performance-tests/TTCP/Orbix/ttcp_i.cpp b/performance-tests/TTCP/Orbix/ttcp_i.cpp index f8221fd36d4..78067ee98ce 100644 --- a/performance-tests/TTCP/Orbix/ttcp_i.cpp +++ b/performance-tests/TTCP/Orbix/ttcp_i.cpp @@ -1,5 +1,5 @@ -// @(#)ttcp_i.cpp 1.1 10/18/96 +// $Id$ /* * T T C P . C diff --git a/performance-tests/TTCP/Orbix/ttcp_i.h b/performance-tests/TTCP/Orbix/ttcp_i.h index cb3f60ad532..5db365ee4d1 100644 --- a/performance-tests/TTCP/Orbix/ttcp_i.h +++ b/performance-tests/TTCP/Orbix/ttcp_i.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)ttcp_i.h 1.1 10/18/96 +// $Id$ // ttcp_i.C diff --git a/tests/Barrier_Test.cpp b/tests/Barrier_Test.cpp index 44b7f871214..c08e49f20b1 100644 --- a/tests/Barrier_Test.cpp +++ b/tests/Barrier_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Barrier_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Buffer_Stream_Test.cpp b/tests/Buffer_Stream_Test.cpp index 18bea9e3bc3..d1757c0c423 100644 --- a/tests/Buffer_Stream_Test.cpp +++ b/tests/Buffer_Stream_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Buffer_Stream_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/CPP_Test.cpp b/tests/CPP_Test.cpp index 59c02cded6c..2696e045b3d 100644 --- a/tests/CPP_Test.cpp +++ b/tests/CPP_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)CPP_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp index ec4b9ee70f7..e09c7dbe4ac 100644 --- a/tests/Future_Test.cpp +++ b/tests/Future_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Future_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Handle_Set_Test.cpp b/tests/Handle_Set_Test.cpp index fec448d65c3..d41dec7d947 100644 --- a/tests/Handle_Set_Test.cpp +++ b/tests/Handle_Set_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Handle_Set_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Mem_Map_Test.cpp b/tests/Mem_Map_Test.cpp index d55b1806ddd..ec630a4905a 100644 --- a/tests/Mem_Map_Test.cpp +++ b/tests/Mem_Map_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Mem_Map_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Mutex_Test.cpp b/tests/Mutex_Test.cpp index 2f172b6917e..d37083023a4 100644 --- a/tests/Mutex_Test.cpp +++ b/tests/Mutex_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Mutex_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Naming_Test.cpp b/tests/Naming_Test.cpp index 232f11af216..f8709a4480d 100644 --- a/tests/Naming_Test.cpp +++ b/tests/Naming_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Naming_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Priority_Buffer_Test.cpp b/tests/Priority_Buffer_Test.cpp index 1b117a4de9a..1b436414603 100644 --- a/tests/Priority_Buffer_Test.cpp +++ b/tests/Priority_Buffer_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Priority_Buffer_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Reactor_Timer_Test.cpp b/tests/Reactor_Timer_Test.cpp index 61144b01f58..72c0674281c 100644 --- a/tests/Reactor_Timer_Test.cpp +++ b/tests/Reactor_Timer_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Reactor_Timer_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Reactors_Test.cpp b/tests/Reactors_Test.cpp index 5a393c762d0..9af84f356d2 100644 --- a/tests/Reactors_Test.cpp +++ b/tests/Reactors_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Reactors_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Reader_Writer_Test.cpp b/tests/Reader_Writer_Test.cpp index 88aca96547d..160eba6de87 100644 --- a/tests/Reader_Writer_Test.cpp +++ b/tests/Reader_Writer_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Reader_Writer_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Recursive_Mutex_Test.cpp b/tests/Recursive_Mutex_Test.cpp index 60914bc227b..f19d8252210 100644 --- a/tests/Recursive_Mutex_Test.cpp +++ b/tests/Recursive_Mutex_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Recursive_Mutex_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/SPIPE_Test.cpp b/tests/SPIPE_Test.cpp index cafe1a31dda..7710bcc3564 100644 --- a/tests/SPIPE_Test.cpp +++ b/tests/SPIPE_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)SPIPE_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/SString_Test.cpp b/tests/SString_Test.cpp index 86e4a1cc0ec..4285d4fa90e 100644 --- a/tests/SString_Test.cpp +++ b/tests/SString_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)SString_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/SV_Shared_Memory_Test.cpp b/tests/SV_Shared_Memory_Test.cpp index b8aec00f6c2..22eae95df7b 100644 --- a/tests/SV_Shared_Memory_Test.cpp +++ b/tests/SV_Shared_Memory_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)SV_Shared_Memory_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Shared_Memory_MM_Test.cpp b/tests/Shared_Memory_MM_Test.cpp index 6999ea6c321..54b585c1458 100644 --- a/tests/Shared_Memory_MM_Test.cpp +++ b/tests/Shared_Memory_MM_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Shared_Memory_MM_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Shared_Memory_SV_Test.cpp b/tests/Shared_Memory_SV_Test.cpp index bc97f2d04f2..5a481484e8e 100644 --- a/tests/Shared_Memory_SV_Test.cpp +++ b/tests/Shared_Memory_SV_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Shared_Memory_SV_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/TSS_Test.cpp b/tests/TSS_Test.cpp index 0b76e4dc016..81e527de54b 100644 --- a/tests/TSS_Test.cpp +++ b/tests/TSS_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)TSS_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Task_Test.cpp b/tests/Task_Test.cpp index 75961bd5706..d52eac6bba2 100644 --- a/tests/Task_Test.cpp +++ b/tests/Task_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Task_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Thread_Manager_Test.cpp b/tests/Thread_Manager_Test.cpp index 13c240b43b6..b49e3b85c6c 100644 --- a/tests/Thread_Manager_Test.cpp +++ b/tests/Thread_Manager_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Thread_Manager_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Thread_Pool_Test.cpp b/tests/Thread_Pool_Test.cpp index c80375b49bf..00041e69701 100644 --- a/tests/Thread_Pool_Test.cpp +++ b/tests/Thread_Pool_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Thread_Pool_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Time_Service_Test.cpp b/tests/Time_Service_Test.cpp index c937ec0a006..1114f41a478 100644 --- a/tests/Time_Service_Test.cpp +++ b/tests/Time_Service_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Time_Service_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Time_Value_Test.cpp b/tests/Time_Value_Test.cpp index deb937a59fd..7ee034e7c5d 100644 --- a/tests/Time_Value_Test.cpp +++ b/tests/Time_Value_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Time_Value_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Timer_Queue_Test.cpp b/tests/Timer_Queue_Test.cpp index c709535f655..fc6391f959a 100644 --- a/tests/Timer_Queue_Test.cpp +++ b/tests/Timer_Queue_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Timer_Queue_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/Tokens_Test.cpp b/tests/Tokens_Test.cpp index 70d81055742..7e195c5fd1d 100644 --- a/tests/Tokens_Test.cpp +++ b/tests/Tokens_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)Tokens_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp index 9e5e62613e8..b93cea88c96 100644 --- a/tests/UPIPE_SAP_Test.cpp +++ b/tests/UPIPE_SAP_Test.cpp @@ -1,5 +1,5 @@ // ============================================================================ -// @(#)UPIPE_SAP_Test.cpp 1.1 10/18/96 +// $Id$ // // = LIBRARY diff --git a/tests/test_config.h b/tests/test_config.h index d646e676e46..6c872e6c8c1 100644 --- a/tests/test_config.h +++ b/tests/test_config.h @@ -1,5 +1,5 @@ /* -*- C++ -*- */ -// @(#)test_config.h 1.1 10/18/96 +// $Id$ // ============================================================================ // = FILENAME |