From c88815f2039e7152d735c18650c102df84d9aa36 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 7 Jan 2015 16:12:49 +0100 Subject: Removed single line Id tag --- TAO/tests/Portable_Interceptors/Redirection/Client_ORBInitializer.cpp | 2 -- TAO/tests/Portable_Interceptors/Redirection/Client_ORBInitializer.h | 2 -- .../Portable_Interceptors/Redirection/Client_Request_Interceptor.cpp | 2 -- .../Portable_Interceptors/Redirection/Client_Request_Interceptor.h | 2 -- TAO/tests/Portable_Interceptors/Redirection/CrashPoint.cpp | 2 -- TAO/tests/Portable_Interceptors/Redirection/CrashPoint.h | 2 -- TAO/tests/Portable_Interceptors/Redirection/PI_Redirection.mpc | 2 -- TAO/tests/Portable_Interceptors/Redirection/Server_ORBInitializer.cpp | 2 -- TAO/tests/Portable_Interceptors/Redirection/Server_ORBInitializer.h | 2 -- .../Portable_Interceptors/Redirection/Server_Request_Interceptor.cpp | 2 -- .../Portable_Interceptors/Redirection/Server_Request_Interceptor.h | 2 -- TAO/tests/Portable_Interceptors/Redirection/client.cpp | 2 -- TAO/tests/Portable_Interceptors/Redirection/server.cpp | 2 -- TAO/tests/Portable_Interceptors/Redirection/test.idl | 2 -- TAO/tests/Portable_Interceptors/Redirection/test_i.cpp | 2 -- 15 files changed, 30 deletions(-) (limited to 'TAO/tests/Portable_Interceptors/Redirection') diff --git a/TAO/tests/Portable_Interceptors/Redirection/Client_ORBInitializer.cpp b/TAO/tests/Portable_Interceptors/Redirection/Client_ORBInitializer.cpp index 15b949a6996..ee3dd1054dc 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/Client_ORBInitializer.cpp +++ b/TAO/tests/Portable_Interceptors/Redirection/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/Redirection/Client_ORBInitializer.h b/TAO/tests/Portable_Interceptors/Redirection/Client_ORBInitializer.h index d7a70955a5c..93609cf3607 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/Client_ORBInitializer.h +++ b/TAO/tests/Portable_Interceptors/Redirection/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/Redirection/Client_Request_Interceptor.cpp b/TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.cpp index 11dd4f09a45..8d7ff33ea6b 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.cpp +++ b/TAO/tests/Portable_Interceptors/Redirection/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/Redirection/Client_Request_Interceptor.h b/TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.h index 01dedacbeaa..3753fc5ccdc 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/Client_Request_Interceptor.h +++ b/TAO/tests/Portable_Interceptors/Redirection/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/Redirection/CrashPoint.cpp b/TAO/tests/Portable_Interceptors/Redirection/CrashPoint.cpp index 3a0f5ad82ac..7ef2a0b85c1 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/CrashPoint.cpp +++ b/TAO/tests/Portable_Interceptors/Redirection/CrashPoint.cpp @@ -1,6 +1,4 @@ // author : Boris Kolpackov -// $Id$ - #include "CrashPoint.h" short crash_point = 0; diff --git a/TAO/tests/Portable_Interceptors/Redirection/CrashPoint.h b/TAO/tests/Portable_Interceptors/Redirection/CrashPoint.h index a3729431834..1bd3a22875c 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/CrashPoint.h +++ b/TAO/tests/Portable_Interceptors/Redirection/CrashPoint.h @@ -1,6 +1,4 @@ // author : Boris Kolpackov -// $Id$ - #ifndef CRASH_POINT_H #define CRASH_POINT_H diff --git a/TAO/tests/Portable_Interceptors/Redirection/PI_Redirection.mpc b/TAO/tests/Portable_Interceptors/Redirection/PI_Redirection.mpc index 2609cbc8946..4574377850b 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/PI_Redirection.mpc +++ b/TAO/tests/Portable_Interceptors/Redirection/PI_Redirection.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*idl): taoidldefaults { IDL_Files { test.idl diff --git a/TAO/tests/Portable_Interceptors/Redirection/Server_ORBInitializer.cpp b/TAO/tests/Portable_Interceptors/Redirection/Server_ORBInitializer.cpp index 8a83f147441..a59e89f3924 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/Server_ORBInitializer.cpp +++ b/TAO/tests/Portable_Interceptors/Redirection/Server_ORBInitializer.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "Server_ORBInitializer.h" #if TAO_HAS_INTERCEPTORS == 1 diff --git a/TAO/tests/Portable_Interceptors/Redirection/Server_ORBInitializer.h b/TAO/tests/Portable_Interceptors/Redirection/Server_ORBInitializer.h index e9b99cf3eda..6ca5ef7f4b1 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/Server_ORBInitializer.h +++ b/TAO/tests/Portable_Interceptors/Redirection/Server_ORBInitializer.h @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #ifndef TAO_SERVER_ORB_INITIALIZER_H #define TAO_SERVER_ORB_INITIALIZER_H diff --git a/TAO/tests/Portable_Interceptors/Redirection/Server_Request_Interceptor.cpp b/TAO/tests/Portable_Interceptors/Redirection/Server_Request_Interceptor.cpp index 52449966d7f..a30c6d173d6 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/Server_Request_Interceptor.cpp +++ b/TAO/tests/Portable_Interceptors/Redirection/Server_Request_Interceptor.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "Server_Request_Interceptor.h" #include "tao/ORB_Constants.h" #include "ace/Log_Msg.h" diff --git a/TAO/tests/Portable_Interceptors/Redirection/Server_Request_Interceptor.h b/TAO/tests/Portable_Interceptors/Redirection/Server_Request_Interceptor.h index 6614e3bc958..1f2abcbc24b 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/Server_Request_Interceptor.h +++ b/TAO/tests/Portable_Interceptors/Redirection/Server_Request_Interceptor.h @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #ifndef SERVER_REQUEST_INTERCEPTOR_H #define SERVER_REQUEST_INTERCEPTOR_H diff --git a/TAO/tests/Portable_Interceptors/Redirection/client.cpp b/TAO/tests/Portable_Interceptors/Redirection/client.cpp index be64cb15b69..19fb19e1a34 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/client.cpp +++ b/TAO/tests/Portable_Interceptors/Redirection/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/Redirection/server.cpp b/TAO/tests/Portable_Interceptors/Redirection/server.cpp index 48dd464b76d..e2886be4346 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/server.cpp +++ b/TAO/tests/Portable_Interceptors/Redirection/server.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "ace/Get_Opt.h" #include "test_i.h" #include "Server_ORBInitializer.h" diff --git a/TAO/tests/Portable_Interceptors/Redirection/test.idl b/TAO/tests/Portable_Interceptors/Redirection/test.idl index 8a89326b9c9..f30224b01f9 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/test.idl +++ b/TAO/tests/Portable_Interceptors/Redirection/test.idl @@ -1,6 +1,4 @@ // -*- IDL -*- -// $Id$ - #include "tao/PI_Server/PI_Server_include.pidl" module RedirectionTest diff --git a/TAO/tests/Portable_Interceptors/Redirection/test_i.cpp b/TAO/tests/Portable_Interceptors/Redirection/test_i.cpp index a845f0270e1..07ad3876c6b 100644 --- a/TAO/tests/Portable_Interceptors/Redirection/test_i.cpp +++ b/TAO/tests/Portable_Interceptors/Redirection/test_i.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "test_i.h" test_i::test_i (CORBA::Short num, -- cgit v1.2.1