summaryrefslogtreecommitdiff
path: root/TAO/tests/ForwardUponObjectNotExist
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ForwardUponObjectNotExist')
-rwxr-xr-xTAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc2
-rwxr-xr-xTAO/tests/ForwardUponObjectNotExist/client.cpp2
-rwxr-xr-xTAO/tests/ForwardUponObjectNotExist/server.cpp2
-rwxr-xr-xTAO/tests/ForwardUponObjectNotExist/test.idl2
-rwxr-xr-xTAO/tests/ForwardUponObjectNotExist/test_i.cpp2
-rwxr-xr-xTAO/tests/ForwardUponObjectNotExist/test_i.inl2
6 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc b/TAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc
index ee705f01845..a158bbdf7cd 100755
--- a/TAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc
+++ b/TAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults {
IDL_Files {
test.idl
diff --git a/TAO/tests/ForwardUponObjectNotExist/client.cpp b/TAO/tests/ForwardUponObjectNotExist/client.cpp
index 33a50754c6d..3e4948b7c89 100755
--- a/TAO/tests/ForwardUponObjectNotExist/client.cpp
+++ b/TAO/tests/ForwardUponObjectNotExist/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "testC.h"
#include "ace/Get_Opt.h"
#include "ace/Task.h"
diff --git a/TAO/tests/ForwardUponObjectNotExist/server.cpp b/TAO/tests/ForwardUponObjectNotExist/server.cpp
index 133182484f3..e9a267ec27b 100755
--- a/TAO/tests/ForwardUponObjectNotExist/server.cpp
+++ b/TAO/tests/ForwardUponObjectNotExist/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "test_i.h"
#include "tao/IORTable/IORTable.h"
#include "ace/Get_Opt.h"
diff --git a/TAO/tests/ForwardUponObjectNotExist/test.idl b/TAO/tests/ForwardUponObjectNotExist/test.idl
index b9aa7108ed3..98cde9d77b1 100755
--- a/TAO/tests/ForwardUponObjectNotExist/test.idl
+++ b/TAO/tests/ForwardUponObjectNotExist/test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface Simple_Server
{
boolean test_is_a (in string type);
diff --git a/TAO/tests/ForwardUponObjectNotExist/test_i.cpp b/TAO/tests/ForwardUponObjectNotExist/test_i.cpp
index bc33c618f74..4e447fad05e 100755
--- a/TAO/tests/ForwardUponObjectNotExist/test_i.cpp
+++ b/TAO/tests/ForwardUponObjectNotExist/test_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "test_i.h"
#if !defined(__ACE_INLINE__)
diff --git a/TAO/tests/ForwardUponObjectNotExist/test_i.inl b/TAO/tests/ForwardUponObjectNotExist/test_i.inl
index 97524552ff4..9357ec5d99c 100755
--- a/TAO/tests/ForwardUponObjectNotExist/test_i.inl
+++ b/TAO/tests/ForwardUponObjectNotExist/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))