summaryrefslogtreecommitdiff
path: root/apps/Orbix-Examples
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Orbix-Examples')
-rw-r--r--apps/Orbix-Examples/Event_Comm/Consumer/Input_Handler.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/Consumer/Input_Handler.h2
-rw-r--r--apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/Consumer/Notification_Receiver_Handler.h2
-rw-r--r--apps/Orbix-Examples/Event_Comm/Consumer/consumer.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/Supplier/Input_Handler.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/Supplier/Input_Handler.h2
-rw-r--r--apps/Orbix-Examples/Event_Comm/Supplier/Notifier_Handler.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/Supplier/Notifier_Handler.h2
-rw-r--r--apps/Orbix-Examples/Event_Comm/Supplier/supplier.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/include/Event_Comm_i.h2
-rw-r--r--apps/Orbix-Examples/Event_Comm/include/Notification_Receiver_i.h2
-rw-r--r--apps/Orbix-Examples/Event_Comm/include/Notifier_i.h2
-rw-r--r--apps/Orbix-Examples/Event_Comm/libsrc/Event_CommC.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/libsrc/Event_CommS.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/libsrc/Event_Comm_i.h2
-rw-r--r--apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/libsrc/Notification_Receiver_i.h2
-rw-r--r--apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.cpp2
-rw-r--r--apps/Orbix-Examples/Event_Comm/libsrc/Notifier_i.h2
-rw-r--r--apps/Orbix-Examples/Logger/Logger.cpp2
-rw-r--r--apps/Orbix-Examples/Logger/Logger.h2
-rw-r--r--apps/Orbix-Examples/Logger/client.cpp2
-rw-r--r--apps/Orbix-Examples/Logger/loggerS.cpp2
-rw-r--r--apps/Orbix-Examples/Logger/logger_i.cpp2
-rw-r--r--apps/Orbix-Examples/Logger/logger_i.h2
-rw-r--r--apps/Orbix-Examples/Logger/server.cpp2
27 files changed, 27 insertions, 27 deletions
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.