summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ICMG_Any_Bug')
-rw-r--r--TAO/tests/ICMG_Any_Bug/Hello.mpc2
-rw-r--r--TAO/tests/ICMG_Any_Bug/client.cpp2
-rw-r--r--TAO/tests/ICMG_Any_Bug/server.cpp2
3 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tests/ICMG_Any_Bug/Hello.mpc b/TAO/tests/ICMG_Any_Bug/Hello.mpc
index 11b1b561a3a..258760f6202 100644
--- a/TAO/tests/ICMG_Any_Bug/Hello.mpc
+++ b/TAO/tests/ICMG_Any_Bug/Hello.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(ICMG_Any_Bug_Hello_IDL): taoidldefaults {
idlflags -= -St
idlflags -= -Sa
diff --git a/TAO/tests/ICMG_Any_Bug/client.cpp b/TAO/tests/ICMG_Any_Bug/client.cpp
index 04ee037423f..27117435628 100644
--- a/TAO/tests/ICMG_Any_Bug/client.cpp
+++ b/TAO/tests/ICMG_Any_Bug/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "tao/DynamicInterface/Request.h"
#include "TestC.h"
#include "tao/ORB.h"
diff --git a/TAO/tests/ICMG_Any_Bug/server.cpp b/TAO/tests/ICMG_Any_Bug/server.cpp
index aea9277fb44..c2749ef789c 100644
--- a/TAO/tests/ICMG_Any_Bug/server.cpp
+++ b/TAO/tests/ICMG_Any_Bug/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Hello.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"