summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Bug_3080
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Bug_3080')
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/Bug_3080.mpc2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/Client_ORBInitializer.cpp2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/Client_ORBInitializer.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/client.cpp2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/server.cpp2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/test.idl2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_3080/test_i.cpp2
9 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/Bug_3080.mpc b/TAO/tests/Portable_Interceptors/Bug_3080/Bug_3080.mpc
index d7bf9a06c79..772a9a401cf 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/Bug_3080.mpc
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/Bug_3080.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults {
IDL_Files {
test.idl
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/Client_ORBInitializer.cpp b/TAO/tests/Portable_Interceptors/Bug_3080/Client_ORBInitializer.cpp
index ba1070b0cd5..49a8ac8dc7f 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/Client_ORBInitializer.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/Client_ORBInitializer.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#include "Client_ORBInitializer.h"
#if TAO_HAS_INTERCEPTORS == 1
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/Client_ORBInitializer.h b/TAO/tests/Portable_Interceptors/Bug_3080/Client_ORBInitializer.h
index d39b06e5685..3d1aedf4e24 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/Client_ORBInitializer.h
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/Client_ORBInitializer.h
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#ifndef TAO_CLIENT_ORB_INITIALIZER_H
#define TAO_CLIENT_ORB_INITIALIZER_H
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp b/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp
index e0c6aaeedea..b6ec4f91abd 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#include "Client_Request_Interceptor.h"
#include "testC.h"
#include "ace/Log_Msg.h"
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h b/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h
index 325adf61729..8b106735713 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/Client_Request_Interceptor.h
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#ifndef CLIENT_REQUEST_INTERCEPTOR_H
#define CLIENT_REQUEST_INTERCEPTOR_H
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/client.cpp b/TAO/tests/Portable_Interceptors/Bug_3080/client.cpp
index 488ff0e88f1..6f204d5bf47 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/client.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/client.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#include "ace/Get_Opt.h"
#include "testC.h"
#include "Client_ORBInitializer.h"
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/server.cpp b/TAO/tests/Portable_Interceptors/Bug_3080/server.cpp
index 2f461dd4d16..5ecdaf7cb13 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/server.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/server.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
#include "test_i.h"
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/test.idl b/TAO/tests/Portable_Interceptors/Bug_3080/test.idl
index 3a0b56d8d83..223c8b3cf0f 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/test.idl
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/test.idl
@@ -1,6 +1,4 @@
// -*- IDL -*-
-// $Id$
-
module RedirectionTest
{
interface test
diff --git a/TAO/tests/Portable_Interceptors/Bug_3080/test_i.cpp b/TAO/tests/Portable_Interceptors/Bug_3080/test_i.cpp
index a845f0270e1..07ad3876c6b 100644
--- a/TAO/tests/Portable_Interceptors/Bug_3080/test_i.cpp
+++ b/TAO/tests/Portable_Interceptors/Bug_3080/test_i.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#include "test_i.h"
test_i::test_i (CORBA::Short num,