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/tests/Dynamic_TP/ORB_ThreadPool | |
parent | 0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff) | |
download | ATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz |
Removed single line Id tag
Diffstat (limited to 'TAO/tests/Dynamic_TP/ORB_ThreadPool')
4 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/Dynamic_TP/ORB_ThreadPool/Client.cpp b/TAO/tests/Dynamic_TP/ORB_ThreadPool/Client.cpp index ff8b42ea470..689c1446bd9 100644 --- a/TAO/tests/Dynamic_TP/ORB_ThreadPool/Client.cpp +++ b/TAO/tests/Dynamic_TP/ORB_ThreadPool/Client.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "TestC.h" #include "ace/Get_Opt.h" #include "ace/Task.h" diff --git a/TAO/tests/Dynamic_TP/ORB_ThreadPool/Middle.cpp b/TAO/tests/Dynamic_TP/ORB_ThreadPool/Middle.cpp index 55f904e7488..8f2b3147a86 100644 --- a/TAO/tests/Dynamic_TP/ORB_ThreadPool/Middle.cpp +++ b/TAO/tests/Dynamic_TP/ORB_ThreadPool/Middle.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "Test_i.h" #include "ace/Get_Opt.h" #include "ace/OS_NS_stdio.h" diff --git a/TAO/tests/Dynamic_TP/ORB_ThreadPool/ORB_ThreadPool.mpc b/TAO/tests/Dynamic_TP/ORB_ThreadPool/ORB_ThreadPool.mpc index c7dbc16435e..a4390483074 100644 --- a/TAO/tests/Dynamic_TP/ORB_ThreadPool/ORB_ThreadPool.mpc +++ b/TAO/tests/Dynamic_TP/ORB_ThreadPool/ORB_ThreadPool.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*idl): taoidldefaults, avoids_corba_e_compact, avoids_corba_e_micro, threads { IDL_Files { Test.idl diff --git a/TAO/tests/Dynamic_TP/ORB_ThreadPool/Server.cpp b/TAO/tests/Dynamic_TP/ORB_ThreadPool/Server.cpp index 5a74d7a3cd8..7fb3d8daf0c 100644 --- a/TAO/tests/Dynamic_TP/ORB_ThreadPool/Server.cpp +++ b/TAO/tests/Dynamic_TP/ORB_ThreadPool/Server.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "Test_i.h" #include "ace/Get_Opt.h" #include "ace/OS_NS_stdio.h" |