summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Client')
-rw-r--r--TAO/tests/MT_Client/MT_Client.mpc2
-rw-r--r--TAO/tests/MT_Client/client.cpp2
-rw-r--r--TAO/tests/MT_Client/orb_creation.cpp2
-rw-r--r--TAO/tests/MT_Client/server.cpp2
-rw-r--r--TAO/tests/MT_Client/test_i.cpp2
-rw-r--r--TAO/tests/MT_Client/test_i.inl2
6 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/MT_Client/MT_Client.mpc b/TAO/tests/MT_Client/MT_Client.mpc
index b221f62ce4b..c5b269f3edc 100644
--- a/TAO/tests/MT_Client/MT_Client.mpc
+++ b/TAO/tests/MT_Client/MT_Client.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults {
IDL_Files {
test.idl
diff --git a/TAO/tests/MT_Client/client.cpp b/TAO/tests/MT_Client/client.cpp
index a717f92b9f7..c4aef141512 100644
--- a/TAO/tests/MT_Client/client.cpp
+++ b/TAO/tests/MT_Client/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "testC.h"
#include "tao/debug.h"
#include "ace/Get_Opt.h"
diff --git a/TAO/tests/MT_Client/orb_creation.cpp b/TAO/tests/MT_Client/orb_creation.cpp
index 0c1b9ff0d51..44ed8590e59 100644
--- a/TAO/tests/MT_Client/orb_creation.cpp
+++ b/TAO/tests/MT_Client/orb_creation.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "testC.h"
#include "tao/debug.h"
#include "ace/Get_Opt.h"
diff --git a/TAO/tests/MT_Client/server.cpp b/TAO/tests/MT_Client/server.cpp
index cc915920a38..3100cffb926 100644
--- a/TAO/tests/MT_Client/server.cpp
+++ b/TAO/tests/MT_Client/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Get_Opt.h"
#include "test_i.h"
#include "ace/OS_NS_stdio.h"
diff --git a/TAO/tests/MT_Client/test_i.cpp b/TAO/tests/MT_Client/test_i.cpp
index 3d7090b6bb2..52f50251cf2 100644
--- a/TAO/tests/MT_Client/test_i.cpp
+++ b/TAO/tests/MT_Client/test_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "test_i.h"
#if !defined(__ACE_INLINE__)
diff --git a/TAO/tests/MT_Client/test_i.inl b/TAO/tests/MT_Client/test_i.inl
index 97524552ff4..9357ec5d99c 100644
--- a/TAO/tests/MT_Client/test_i.inl
+++ b/TAO/tests/MT_Client/test_i.inl
@@ -1,5 +1,3 @@
-// $Id$
-
ACE_INLINE
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
: orb_ (CORBA::ORB::_duplicate (orb))