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/IORTable_Locator | |
parent | 0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff) | |
download | ATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz |
Removed single line Id tag
Diffstat (limited to 'TAO/tests/IORTable_Locator')
-rw-r--r-- | TAO/tests/IORTable_Locator/Test.mpc | 2 | ||||
-rw-r--r-- | TAO/tests/IORTable_Locator/async_server.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/IORTable_Locator/client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/IORTable_Locator/server.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/IORTable_Locator/simple_test.idl | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/IORTable_Locator/Test.mpc b/TAO/tests/IORTable_Locator/Test.mpc index 730fdbd2166..d0c82cbe90a 100644 --- a/TAO/tests/IORTable_Locator/Test.mpc +++ b/TAO/tests/IORTable_Locator/Test.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*IORTable_Locator_idl): taoidldefaults { idlflags += -Sp IDL_Files { diff --git a/TAO/tests/IORTable_Locator/async_server.cpp b/TAO/tests/IORTable_Locator/async_server.cpp index 73757fdd503..9c7f7d49b39 100644 --- a/TAO/tests/IORTable_Locator/async_server.cpp +++ b/TAO/tests/IORTable_Locator/async_server.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "simple_test_i.h" #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_strings.h" diff --git a/TAO/tests/IORTable_Locator/client.cpp b/TAO/tests/IORTable_Locator/client.cpp index aa26c31770b..d5ace201f77 100644 --- a/TAO/tests/IORTable_Locator/client.cpp +++ b/TAO/tests/IORTable_Locator/client.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "simple_testC.h" #include "ace/Get_Opt.h" #include "ace/Task.h" diff --git a/TAO/tests/IORTable_Locator/server.cpp b/TAO/tests/IORTable_Locator/server.cpp index 977e38eb068..0cc4dd853d3 100644 --- a/TAO/tests/IORTable_Locator/server.cpp +++ b/TAO/tests/IORTable_Locator/server.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "simple_test_i.h" #include "ace/Get_Opt.h" #include "ace/OS_NS_stdio.h" diff --git a/TAO/tests/IORTable_Locator/simple_test.idl b/TAO/tests/IORTable_Locator/simple_test.idl index 308e9420436..11cce4bbd8f 100644 --- a/TAO/tests/IORTable_Locator/simple_test.idl +++ b/TAO/tests/IORTable_Locator/simple_test.idl @@ -1,5 +1,3 @@ -// $Id$ - #ifndef _SIMPLE_TEST_ #define _SIMPLE_TEST_ |