diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 16:12:49 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 16:12:49 +0100 |
commit | c88815f2039e7152d735c18650c102df84d9aa36 (patch) | |
tree | a703b59c98e6739970c4f3b51396c2284c9ce12b /TAO/interop-tests | |
parent | 0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff) | |
download | ATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz |
Removed single line Id tag
Diffstat (limited to 'TAO/interop-tests')
-rw-r--r-- | TAO/interop-tests/AnyTypeCode/idl/Demo.idl | 2 | ||||
-rw-r--r-- | TAO/interop-tests/AnyTypeCode/tao/BaseValueFactory.cpp | 1 | ||||
-rw-r--r-- | TAO/interop-tests/AnyTypeCode/tao/Client.cpp | 1 | ||||
-rw-r--r-- | TAO/interop-tests/AnyTypeCode/tao/Demo.mpc | 1 | ||||
-rw-r--r-- | TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp | 1 | ||||
-rw-r--r-- | TAO/interop-tests/AnyTypeCode/tao/Demo_i.h | 2 | ||||
-rw-r--r-- | TAO/interop-tests/AnyTypeCode/tao/Server.cpp | 1 | ||||
-rw-r--r-- | TAO/interop-tests/CdrOutArg/tao/CdrOutArg.mpc | 2 | ||||
-rw-r--r-- | TAO/interop-tests/CdrOutArg/tao/client.cpp | 2 | ||||
-rw-r--r-- | TAO/interop-tests/CdrOutArg/tao/client_interceptor.cpp | 2 | ||||
-rw-r--r-- | TAO/interop-tests/CdrOutArg/tao/server.cpp | 2 | ||||
-rw-r--r-- | TAO/interop-tests/CdrOutArg/tao/server_interceptor.cpp | 2 | ||||
-rw-r--r-- | TAO/interop-tests/CdrOutArg/tao/test_i.cpp | 2 | ||||
-rw-r--r-- | TAO/interop-tests/wchar/interop_wchar.idl | 2 | ||||
-rw-r--r-- | TAO/interop-tests/wchar/interop_wchar.mpc | 2 |
15 files changed, 0 insertions, 25 deletions
diff --git a/TAO/interop-tests/AnyTypeCode/idl/Demo.idl b/TAO/interop-tests/AnyTypeCode/idl/Demo.idl index 65c1a36ae53..e1f6fc1b19e 100644 --- a/TAO/interop-tests/AnyTypeCode/idl/Demo.idl +++ b/TAO/interop-tests/AnyTypeCode/idl/Demo.idl @@ -1,5 +1,3 @@ -// $Id$ - module Demo { diff --git a/TAO/interop-tests/AnyTypeCode/tao/BaseValueFactory.cpp b/TAO/interop-tests/AnyTypeCode/tao/BaseValueFactory.cpp index 712f6a09ad2..c68408811fb 100644 --- a/TAO/interop-tests/AnyTypeCode/tao/BaseValueFactory.cpp +++ b/TAO/interop-tests/AnyTypeCode/tao/BaseValueFactory.cpp @@ -1,4 +1,3 @@ -// $Id$ #include "BaseValueFactory.h" #include "BaseValueImpl.h" diff --git a/TAO/interop-tests/AnyTypeCode/tao/Client.cpp b/TAO/interop-tests/AnyTypeCode/tao/Client.cpp index aa2f113e49b..c6ff430c4fb 100644 --- a/TAO/interop-tests/AnyTypeCode/tao/Client.cpp +++ b/TAO/interop-tests/AnyTypeCode/tao/Client.cpp @@ -1,4 +1,3 @@ -// $Id$ // FUZZ: disable check_for_ace_log_categories #include "DemoC.h" diff --git a/TAO/interop-tests/AnyTypeCode/tao/Demo.mpc b/TAO/interop-tests/AnyTypeCode/tao/Demo.mpc index 8675b36cca8..977459875a1 100644 --- a/TAO/interop-tests/AnyTypeCode/tao/Demo.mpc +++ b/TAO/interop-tests/AnyTypeCode/tao/Demo.mpc @@ -1,4 +1,3 @@ -// $Id$ project(*idl): taoidldefaults, valuetype { idlflags -= -Sa -St IDL_Files { diff --git a/TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp b/TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp index 46887fb989b..1832c0e368d 100644 --- a/TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp +++ b/TAO/interop-tests/AnyTypeCode/tao/Demo_i.cpp @@ -1,5 +1,4 @@ // -*- C++ -*- -// $Id$ // FUZZ: disable check_for_ace_log_categories /** diff --git a/TAO/interop-tests/AnyTypeCode/tao/Demo_i.h b/TAO/interop-tests/AnyTypeCode/tao/Demo_i.h index 33f34709220..c04236e94ea 100644 --- a/TAO/interop-tests/AnyTypeCode/tao/Demo_i.h +++ b/TAO/interop-tests/AnyTypeCode/tao/Demo_i.h @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - /** * Code generated by the The ACE ORB (TAO) IDL Compiler v2.1.4 * TAO and the TAO IDL Compiler have been developed by: diff --git a/TAO/interop-tests/AnyTypeCode/tao/Server.cpp b/TAO/interop-tests/AnyTypeCode/tao/Server.cpp index 71fd606f0e2..8483ade637c 100644 --- a/TAO/interop-tests/AnyTypeCode/tao/Server.cpp +++ b/TAO/interop-tests/AnyTypeCode/tao/Server.cpp @@ -1,4 +1,3 @@ -// $Id$ // FUZZ: disable check_for_ace_log_categories #include "Demo_i.h" diff --git a/TAO/interop-tests/CdrOutArg/tao/CdrOutArg.mpc b/TAO/interop-tests/CdrOutArg/tao/CdrOutArg.mpc index fe508ffe2bf..8dd2fc493b8 100644 --- a/TAO/interop-tests/CdrOutArg/tao/CdrOutArg.mpc +++ b/TAO/interop-tests/CdrOutArg/tao/CdrOutArg.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*idl): taoidldefaults { IDL_Files { ../idl/test.idl diff --git a/TAO/interop-tests/CdrOutArg/tao/client.cpp b/TAO/interop-tests/CdrOutArg/tao/client.cpp index 106eb7505fa..9ba9a67b3cc 100644 --- a/TAO/interop-tests/CdrOutArg/tao/client.cpp +++ b/TAO/interop-tests/CdrOutArg/tao/client.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "ace/Get_Opt.h" #include "testC.h" #include "Client_ORBInitializer.h" diff --git a/TAO/interop-tests/CdrOutArg/tao/client_interceptor.cpp b/TAO/interop-tests/CdrOutArg/tao/client_interceptor.cpp index d119e7ce4c3..45ffa3d97a6 100644 --- a/TAO/interop-tests/CdrOutArg/tao/client_interceptor.cpp +++ b/TAO/interop-tests/CdrOutArg/tao/client_interceptor.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "client_interceptor.h" #include "tao/OctetSeqC.h" diff --git a/TAO/interop-tests/CdrOutArg/tao/server.cpp b/TAO/interop-tests/CdrOutArg/tao/server.cpp index 7b9a6ad3c05..cea32828b0f 100644 --- a/TAO/interop-tests/CdrOutArg/tao/server.cpp +++ b/TAO/interop-tests/CdrOutArg/tao/server.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "ace/Get_Opt.h" #include "test_i.h" #include "Server_ORBInitializer.h" diff --git a/TAO/interop-tests/CdrOutArg/tao/server_interceptor.cpp b/TAO/interop-tests/CdrOutArg/tao/server_interceptor.cpp index e21b78a994c..1761e2b4f04 100644 --- a/TAO/interop-tests/CdrOutArg/tao/server_interceptor.cpp +++ b/TAO/interop-tests/CdrOutArg/tao/server_interceptor.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "server_interceptor.h" #include "tao/OctetSeqC.h" diff --git a/TAO/interop-tests/CdrOutArg/tao/test_i.cpp b/TAO/interop-tests/CdrOutArg/tao/test_i.cpp index 8d4e9c83763..3b6ca427da1 100644 --- a/TAO/interop-tests/CdrOutArg/tao/test_i.cpp +++ b/TAO/interop-tests/CdrOutArg/tao/test_i.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "test_i.h" CDR_Out_Arg_i::CDR_Out_Arg_i (CORBA::ORB_ptr orb) diff --git a/TAO/interop-tests/wchar/interop_wchar.idl b/TAO/interop-tests/wchar/interop_wchar.idl index 8b8a7ca3b56..61964b73590 100644 --- a/TAO/interop-tests/wchar/interop_wchar.idl +++ b/TAO/interop-tests/wchar/interop_wchar.idl @@ -1,5 +1,3 @@ -// $Id$ - // Tests for interoperability between TAO and JacORB for sending wchar data // The CDR defines separate serialization functions for reading and writing // wchar, wchar[] and wstring data. Encapsulated wchar data is also tested. diff --git a/TAO/interop-tests/wchar/interop_wchar.mpc b/TAO/interop-tests/wchar/interop_wchar.mpc index e256622242d..23e723733e2 100644 --- a/TAO/interop-tests/wchar/interop_wchar.mpc +++ b/TAO/interop-tests/wchar/interop_wchar.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*IDL): taoidldefaults, anytypecode { IDL_Files { interop_wchar.idl |