summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Bug_3688b_Regression')
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/Bug_3688b.mpc2
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/DllORB.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/DllORB.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/bug3688_export.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp2
9 files changed, 0 insertions, 11 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/Bug_3688b.mpc b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/Bug_3688b.mpc
index 5d1188492dd..a9771fc9a44 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/Bug_3688b.mpc
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/Bug_3688b.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project (*lib): tao_notify_service, notify, taolib, portableserver, threads, avoids_corba_e_micro, avoids_corba_e_compact, avoids_minimum_corba {
sharedname = bug3688
dynamicflags += BUG3688_BUILD_DLL
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/DllORB.cpp b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/DllORB.cpp
index ed3197a9021..b7398ba4c0a 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/DllORB.cpp
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/DllORB.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "DllORB.h"
#include "ace/Barrier.h"
#include "ace/Arg_Shifter.h"
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/DllORB.h b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/DllORB.h
index 4d9a562f20f..d24d61143d3 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/DllORB.h
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/DllORB.h
@@ -1,4 +1,3 @@
-// $Id$
#ifndef DLLORB_H
#define DLLORB_H
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.cpp b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.cpp
index f65a42384d2..596cb624502 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.cpp
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "TestBroadcaster.h"
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.h b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.h
index a75caa09996..7c743cbcbd7 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.h
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestBroadcaster.h
@@ -1,4 +1,3 @@
-// $Id$
#ifndef testBroadcaster_h
#define testBroadcaster_h
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.cpp b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.cpp
index ef196c28fe9..8a1fca47def 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.cpp
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "TestListener.h"
TestListener::TestListener(
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.h b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.h
index 90a5b3f2f88..ee832c1a759 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.h
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/TestListener.h
@@ -1,4 +1,3 @@
-// $Id$
#ifndef testListener_h
#define testListener_h
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/bug3688_export.h b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/bug3688_export.h
index e21f515af82..823ea799fd8 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/bug3688_export.h
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/bug3688_export.h
@@ -1,6 +1,5 @@
// -*- C++ -*-
-// $Id$
// Definition for Win32 Export directives.
// This file is generated automatically by generate_export_file.pl bug3688
// ------------------------------
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp
index e5bc65f9de8..9c61a834f92 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Service_Config.h"
#include "orbsvcs/Notify_Service/Notify_Service.h"
#include "orbsvcs/CosNotifyChannelAdminC.h"