summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3108_Regression
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3108_Regression')
-rw-r--r--TAO/tests/Bug_3108_Regression/Bug_3108_Regression.mpc2
-rw-r--r--TAO/tests/Bug_3108_Regression/client.cpp2
-rw-r--r--TAO/tests/Bug_3108_Regression/server.cpp2
-rw-r--r--TAO/tests/Bug_3108_Regression/test.idl2
-rw-r--r--TAO/tests/Bug_3108_Regression/test_i.cpp2
-rw-r--r--TAO/tests/Bug_3108_Regression/test_i.h2
6 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/Bug_3108_Regression/Bug_3108_Regression.mpc b/TAO/tests/Bug_3108_Regression/Bug_3108_Regression.mpc
index 5182de85749..0be06a7f217 100644
--- a/TAO/tests/Bug_3108_Regression/Bug_3108_Regression.mpc
+++ b/TAO/tests/Bug_3108_Regression/Bug_3108_Regression.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults {
IDL_Files {
test.idl
diff --git a/TAO/tests/Bug_3108_Regression/client.cpp b/TAO/tests/Bug_3108_Regression/client.cpp
index 51c34104576..259e7b0df70 100644
--- a/TAO/tests/Bug_3108_Regression/client.cpp
+++ b/TAO/tests/Bug_3108_Regression/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "testC.h"
#include "ace/Task.h"
#include "ace/Get_Opt.h"
diff --git a/TAO/tests/Bug_3108_Regression/server.cpp b/TAO/tests/Bug_3108_Regression/server.cpp
index 05b6a2fd0bb..1e735fe9441 100644
--- a/TAO/tests/Bug_3108_Regression/server.cpp
+++ b/TAO/tests/Bug_3108_Regression/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "test_i.h"
#include "tao/ORB_Core.h"
#include "ace/Get_Opt.h"
diff --git a/TAO/tests/Bug_3108_Regression/test.idl b/TAO/tests/Bug_3108_Regression/test.idl
index 963e0c8a6a8..16420dedae1 100644
--- a/TAO/tests/Bug_3108_Regression/test.idl
+++ b/TAO/tests/Bug_3108_Regression/test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface test
{
long test_method();
diff --git a/TAO/tests/Bug_3108_Regression/test_i.cpp b/TAO/tests/Bug_3108_Regression/test_i.cpp
index bfe7394f5ab..c6a8e7bc541 100644
--- a/TAO/tests/Bug_3108_Regression/test_i.cpp
+++ b/TAO/tests/Bug_3108_Regression/test_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "test_i.h"
test_i::test_i (CORBA::ORB_ptr orb)
diff --git a/TAO/tests/Bug_3108_Regression/test_i.h b/TAO/tests/Bug_3108_Regression/test_i.h
index 8191f1adbcc..a81166bf3e3 100644
--- a/TAO/tests/Bug_3108_Regression/test_i.h
+++ b/TAO/tests/Bug_3108_Regression/test_i.h
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef TEST_I_HH
#define TEST_I_HH
#include "testS.h"