summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2316_Regression
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2316_Regression')
-rw-r--r--TAO/orbsvcs/tests/Bug_2316_Regression/Bug_2316_Regression.mpc2
-rw-r--r--TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl2
-rw-r--r--TAO/orbsvcs/tests/Bug_2316_Regression/Test_impl.cpp2
-rw-r--r--TAO/orbsvcs/tests/Bug_2316_Regression/Test_impl.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_2316_Regression/client.cpp2
-rw-r--r--TAO/orbsvcs/tests/Bug_2316_Regression/server.cpp2
6 files changed, 0 insertions, 12 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2316_Regression/Bug_2316_Regression.mpc b/TAO/orbsvcs/tests/Bug_2316_Regression/Bug_2316_Regression.mpc
index 15de5d453a6..7f9e26b8e7c 100644
--- a/TAO/orbsvcs/tests/Bug_2316_Regression/Bug_2316_Regression.mpc
+++ b/TAO/orbsvcs/tests/Bug_2316_Regression/Bug_2316_Regression.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*IDL): taoidldefaults {
IDL_Files {
Test.idl
diff --git a/TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl b/TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl
index e79f3b87281..710575bd17d 100644
--- a/TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl
+++ b/TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef _TEST_IDL_
#define _TEST_IDL_
diff --git a/TAO/orbsvcs/tests/Bug_2316_Regression/Test_impl.cpp b/TAO/orbsvcs/tests/Bug_2316_Regression/Test_impl.cpp
index 3c62609cc72..a495edb4b0e 100644
--- a/TAO/orbsvcs/tests/Bug_2316_Regression/Test_impl.cpp
+++ b/TAO/orbsvcs/tests/Bug_2316_Regression/Test_impl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Test_impl.h"
void Server_impl::shutdown ()
diff --git a/TAO/orbsvcs/tests/Bug_2316_Regression/Test_impl.h b/TAO/orbsvcs/tests/Bug_2316_Regression/Test_impl.h
index cf80fb9115d..6823035d916 100644
--- a/TAO/orbsvcs/tests/Bug_2316_Regression/Test_impl.h
+++ b/TAO/orbsvcs/tests/Bug_2316_Regression/Test_impl.h
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef TEST_IMPL_HPP
#define TEST_IMPL_HPP
diff --git a/TAO/orbsvcs/tests/Bug_2316_Regression/client.cpp b/TAO/orbsvcs/tests/Bug_2316_Regression/client.cpp
index a4eb0d418c6..552fbf18e45 100644
--- a/TAO/orbsvcs/tests/Bug_2316_Regression/client.cpp
+++ b/TAO/orbsvcs/tests/Bug_2316_Regression/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Test_impl.h"
#include "ace/OS_NS_stdio.h"
#include "ace/Get_Opt.h"
diff --git a/TAO/orbsvcs/tests/Bug_2316_Regression/server.cpp b/TAO/orbsvcs/tests/Bug_2316_Regression/server.cpp
index 5f02be738fa..7da5d7d8101 100644
--- a/TAO/orbsvcs/tests/Bug_2316_Regression/server.cpp
+++ b/TAO/orbsvcs/tests/Bug_2316_Regression/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Test_impl.h"
#include "ace/OS_NS_stdio.h"
#include "ace/Get_Opt.h"