summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2429_Regression
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2429_Regression')
-rw-r--r--TAO/tests/Bug_2429_Regression/Bug_2429_Regression.mpc2
-rw-r--r--TAO/tests/Bug_2429_Regression/Child.idl2
-rw-r--r--TAO/tests/Bug_2429_Regression/ChildServant.cpp2
-rw-r--r--TAO/tests/Bug_2429_Regression/ChildServant.h2
-rw-r--r--TAO/tests/Bug_2429_Regression/Parent.idl2
-rw-r--r--TAO/tests/Bug_2429_Regression/client.cpp2
-rw-r--r--TAO/tests/Bug_2429_Regression/server.cpp1
7 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tests/Bug_2429_Regression/Bug_2429_Regression.mpc b/TAO/tests/Bug_2429_Regression/Bug_2429_Regression.mpc
index fcc7a879916..27c6a44f57c 100644
--- a/TAO/tests/Bug_2429_Regression/Bug_2429_Regression.mpc
+++ b/TAO/tests/Bug_2429_Regression/Bug_2429_Regression.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults {
idlflags += -GC
diff --git a/TAO/tests/Bug_2429_Regression/Child.idl b/TAO/tests/Bug_2429_Regression/Child.idl
index 166b36367ce..2a88b204f66 100644
--- a/TAO/tests/Bug_2429_Regression/Child.idl
+++ b/TAO/tests/Bug_2429_Regression/Child.idl
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Parent.idl"
interface Child : Parent
diff --git a/TAO/tests/Bug_2429_Regression/ChildServant.cpp b/TAO/tests/Bug_2429_Regression/ChildServant.cpp
index 9f81ba41932..79dfb73892a 100644
--- a/TAO/tests/Bug_2429_Regression/ChildServant.cpp
+++ b/TAO/tests/Bug_2429_Regression/ChildServant.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ChildServant.h"
ChildServant::ChildServant(CORBA::ORB_ptr orb)
diff --git a/TAO/tests/Bug_2429_Regression/ChildServant.h b/TAO/tests/Bug_2429_Regression/ChildServant.h
index cb342276e15..f2d715469c2 100644
--- a/TAO/tests/Bug_2429_Regression/ChildServant.h
+++ b/TAO/tests/Bug_2429_Regression/ChildServant.h
@@ -1,8 +1,6 @@
#ifndef CHILDSERVANT_H
#define CHILDSERVANT_H
-// $Id$
-
#include "ChildS.h"
class ChildServant
diff --git a/TAO/tests/Bug_2429_Regression/Parent.idl b/TAO/tests/Bug_2429_Regression/Parent.idl
index b142f1939e3..5858f4f4b6a 100644
--- a/TAO/tests/Bug_2429_Regression/Parent.idl
+++ b/TAO/tests/Bug_2429_Regression/Parent.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface Parent
{
void parentMethod ();
diff --git a/TAO/tests/Bug_2429_Regression/client.cpp b/TAO/tests/Bug_2429_Regression/client.cpp
index 7f321c20ad3..7614508edcf 100644
--- a/TAO/tests/Bug_2429_Regression/client.cpp
+++ b/TAO/tests/Bug_2429_Regression/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Get_Opt.h"
#include "tao/Messaging/Messaging.h"
#include "ChildS.h"
diff --git a/TAO/tests/Bug_2429_Regression/server.cpp b/TAO/tests/Bug_2429_Regression/server.cpp
index 458a4d71d89..6e11d72ad09 100644
--- a/TAO/tests/Bug_2429_Regression/server.cpp
+++ b/TAO/tests/Bug_2429_Regression/server.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
#include "ChildServant.h"