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 /apps | |
parent | e6abbe6fc23e6ac76adb309bf066b37e08d76ac3 (diff) | |
download | ATCD-cd755938747721a508099129566e90c38a51b870.tar.gz |
change SCCS keywords (in our files only) to RCS keywords
Diffstat (limited to 'apps')
68 files changed, 68 insertions, 68 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. |