summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Event_Comm')
-rw-r--r--TAO/examples/Event_Comm/Consumer_Handler.cpp2
-rw-r--r--TAO/examples/Event_Comm/Consumer_Input_Handler.cpp2
-rw-r--r--TAO/examples/Event_Comm/Event_Comm.mpc2
-rw-r--r--TAO/examples/Event_Comm/Event_Comm_i.cpp2
-rw-r--r--TAO/examples/Event_Comm/Notifier_Handler.cpp2
-rw-r--r--TAO/examples/Event_Comm/Notifier_Server.cpp2
-rw-r--r--TAO/examples/Event_Comm/Supplier_Input_Handler.cpp2
-rw-r--r--TAO/examples/Event_Comm/consumer.cpp2
-rw-r--r--TAO/examples/Event_Comm/notifier.cpp2
-rw-r--r--TAO/examples/Event_Comm/supplier.cpp2
10 files changed, 0 insertions, 20 deletions
diff --git a/TAO/examples/Event_Comm/Consumer_Handler.cpp b/TAO/examples/Event_Comm/Consumer_Handler.cpp
index 3041d1afbb5..f32b1c1ba03 100644
--- a/TAO/examples/Event_Comm/Consumer_Handler.cpp
+++ b/TAO/examples/Event_Comm/Consumer_Handler.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Consumer_Handler.h"
#include "tao/ORB_Core.h"
diff --git a/TAO/examples/Event_Comm/Consumer_Input_Handler.cpp b/TAO/examples/Event_Comm/Consumer_Input_Handler.cpp
index 914bfed034d..4a6a49ee4a2 100644
--- a/TAO/examples/Event_Comm/Consumer_Input_Handler.cpp
+++ b/TAO/examples/Event_Comm/Consumer_Input_Handler.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Consumer_Input_Handler.h"
#include "Consumer_Handler.h"
diff --git a/TAO/examples/Event_Comm/Event_Comm.mpc b/TAO/examples/Event_Comm/Event_Comm.mpc
index ef11c776d47..ad8c80495e5 100644
--- a/TAO/examples/Event_Comm/Event_Comm.mpc
+++ b/TAO/examples/Event_Comm/Event_Comm.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*IDL): taoidldefaults {
IDL_Files {
Event_Comm.idl
diff --git a/TAO/examples/Event_Comm/Event_Comm_i.cpp b/TAO/examples/Event_Comm/Event_Comm_i.cpp
index a657a17d73c..85b523498c8 100644
--- a/TAO/examples/Event_Comm/Event_Comm_i.cpp
+++ b/TAO/examples/Event_Comm/Event_Comm_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Event_Comm_i.h"
#include "ace/OS_NS_regex.h"
diff --git a/TAO/examples/Event_Comm/Notifier_Handler.cpp b/TAO/examples/Event_Comm/Notifier_Handler.cpp
index 9f900949038..8fcf3d4b7e8 100644
--- a/TAO/examples/Event_Comm/Notifier_Handler.cpp
+++ b/TAO/examples/Event_Comm/Notifier_Handler.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Notifier_Handler.h"
#include "tao/ORB_Core.h"
diff --git a/TAO/examples/Event_Comm/Notifier_Server.cpp b/TAO/examples/Event_Comm/Notifier_Server.cpp
index dac24dbb822..05b7eb175aa 100644
--- a/TAO/examples/Event_Comm/Notifier_Server.cpp
+++ b/TAO/examples/Event_Comm/Notifier_Server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Notifier_Server.h"
#include "Event_CommC.h"
#include "tao/debug.h"
diff --git a/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp b/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
index 94b1b1eda12..cef8fb40b2c 100644
--- a/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
+++ b/TAO/examples/Event_Comm/Supplier_Input_Handler.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Event_Comm_i.h"
#include "Notifier_Handler.h"
#include "Supplier_Input_Handler.h"
diff --git a/TAO/examples/Event_Comm/consumer.cpp b/TAO/examples/Event_Comm/consumer.cpp
index 7d088d2b0ed..73088a48391 100644
--- a/TAO/examples/Event_Comm/consumer.cpp
+++ b/TAO/examples/Event_Comm/consumer.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Consumer_Handler.h"
#include "Consumer_Input_Handler.h"
diff --git a/TAO/examples/Event_Comm/notifier.cpp b/TAO/examples/Event_Comm/notifier.cpp
index f0ad39d3226..7596f378a0f 100644
--- a/TAO/examples/Event_Comm/notifier.cpp
+++ b/TAO/examples/Event_Comm/notifier.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Notifier_Server.h"
#include "notifier.h"
diff --git a/TAO/examples/Event_Comm/supplier.cpp b/TAO/examples/Event_Comm/supplier.cpp
index 97431ab7973..a6dd1cb8cac 100644
--- a/TAO/examples/Event_Comm/supplier.cpp
+++ b/TAO/examples/Event_Comm/supplier.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Notifier_Handler.h"
#include "Supplier_Input_Handler.h"
#include "supplier.h"