summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1383_Regression
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1383_Regression')
-rw-r--r--TAO/tests/Bug_1383_Regression/Bug_1383_Regression.mpc2
-rw-r--r--TAO/tests/Bug_1383_Regression/Callee_i.cpp2
-rw-r--r--TAO/tests/Bug_1383_Regression/Callee_i.h2
-rw-r--r--TAO/tests/Bug_1383_Regression/SimpleClient.cpp2
-rw-r--r--TAO/tests/Bug_1383_Regression/SimpleServer.cpp2
-rw-r--r--TAO/tests/Bug_1383_Regression/callee.idl2
-rw-r--r--TAO/tests/Bug_1383_Regression/simple.idl2
-rw-r--r--TAO/tests/Bug_1383_Regression/simple_i.cpp2
-rw-r--r--TAO/tests/Bug_1383_Regression/simple_i.h2
9 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tests/Bug_1383_Regression/Bug_1383_Regression.mpc b/TAO/tests/Bug_1383_Regression/Bug_1383_Regression.mpc
index 7e6a55f76da..440b805bbd8 100644
--- a/TAO/tests/Bug_1383_Regression/Bug_1383_Regression.mpc
+++ b/TAO/tests/Bug_1383_Regression/Bug_1383_Regression.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults {
IDL_Files {
callee.idl
diff --git a/TAO/tests/Bug_1383_Regression/Callee_i.cpp b/TAO/tests/Bug_1383_Regression/Callee_i.cpp
index 4391097bafd..395feea2a80 100644
--- a/TAO/tests/Bug_1383_Regression/Callee_i.cpp
+++ b/TAO/tests/Bug_1383_Regression/Callee_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Callee_i.h"
void Callee_i::callback (const char * message)
diff --git a/TAO/tests/Bug_1383_Regression/Callee_i.h b/TAO/tests/Bug_1383_Regression/Callee_i.h
index 30fa0cfd1ac..928a3a3ed1f 100644
--- a/TAO/tests/Bug_1383_Regression/Callee_i.h
+++ b/TAO/tests/Bug_1383_Regression/Callee_i.h
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef CALLEE_I_H
#define CALLEE_I_H
diff --git a/TAO/tests/Bug_1383_Regression/SimpleClient.cpp b/TAO/tests/Bug_1383_Regression/SimpleClient.cpp
index 4b9cc99d591..98ae89f398b 100644
--- a/TAO/tests/Bug_1383_Regression/SimpleClient.cpp
+++ b/TAO/tests/Bug_1383_Regression/SimpleClient.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "tao/corba.h"
#include "ace/OS_NS_unistd.h"
#include "ace/Thread.h"
diff --git a/TAO/tests/Bug_1383_Regression/SimpleServer.cpp b/TAO/tests/Bug_1383_Regression/SimpleServer.cpp
index 267a6685937..6508fddf239 100644
--- a/TAO/tests/Bug_1383_Regression/SimpleServer.cpp
+++ b/TAO/tests/Bug_1383_Regression/SimpleServer.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "tao/corba.h"
#include "tao/IORTable/IORTable.h"
#include "simple_i.h"
diff --git a/TAO/tests/Bug_1383_Regression/callee.idl b/TAO/tests/Bug_1383_Regression/callee.idl
index 3204a4444e6..17992673573 100644
--- a/TAO/tests/Bug_1383_Regression/callee.idl
+++ b/TAO/tests/Bug_1383_Regression/callee.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface Callee {
void callback(in string message);
};
diff --git a/TAO/tests/Bug_1383_Regression/simple.idl b/TAO/tests/Bug_1383_Regression/simple.idl
index 0de9ac97255..c97396ec3b6 100644
--- a/TAO/tests/Bug_1383_Regression/simple.idl
+++ b/TAO/tests/Bug_1383_Regression/simple.idl
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef SIMPLE_IDL
#define SIMPLE_IDL
diff --git a/TAO/tests/Bug_1383_Regression/simple_i.cpp b/TAO/tests/Bug_1383_Regression/simple_i.cpp
index db619308dbc..f6a94dabbc0 100644
--- a/TAO/tests/Bug_1383_Regression/simple_i.cpp
+++ b/TAO/tests/Bug_1383_Regression/simple_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "simple_i.h"
#include "tao/ORB_Core.h"
#include "ace/Reactor.h"
diff --git a/TAO/tests/Bug_1383_Regression/simple_i.h b/TAO/tests/Bug_1383_Regression/simple_i.h
index 4b253d48b7c..642ef9fbdbe 100644
--- a/TAO/tests/Bug_1383_Regression/simple_i.h
+++ b/TAO/tests/Bug_1383_Regression/simple_i.h
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef SIMPLE_I_H
#define SIMPLE_I_H