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/Native_Exceptions | |
parent | 0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff) | |
download | ATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz |
Removed single line Id tag
Diffstat (limited to 'TAO/tests/Native_Exceptions')
-rw-r--r-- | TAO/tests/Native_Exceptions/Native_Exceptions.mpc | 2 | ||||
-rw-r--r-- | TAO/tests/Native_Exceptions/client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Native_Exceptions/server.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Native_Exceptions/test_i.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Native_Exceptions/test_i.inl | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc index 2bf43f81b15..3c6b62ee443 100644 --- a/TAO/tests/Native_Exceptions/Native_Exceptions.mpc +++ b/TAO/tests/Native_Exceptions/Native_Exceptions.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*idl): taoidldefaults { Source_Files { test.idl diff --git a/TAO/tests/Native_Exceptions/client.cpp b/TAO/tests/Native_Exceptions/client.cpp index 9cc69f36f8b..63b68482745 100644 --- a/TAO/tests/Native_Exceptions/client.cpp +++ b/TAO/tests/Native_Exceptions/client.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "ace/Get_Opt.h" #include "testC.h" diff --git a/TAO/tests/Native_Exceptions/server.cpp b/TAO/tests/Native_Exceptions/server.cpp index 3006f8dfe10..87cdea0c03e 100644 --- a/TAO/tests/Native_Exceptions/server.cpp +++ b/TAO/tests/Native_Exceptions/server.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "ace/Get_Opt.h" #include "test_i.h" #include "ace/OS_NS_stdio.h" diff --git a/TAO/tests/Native_Exceptions/test_i.cpp b/TAO/tests/Native_Exceptions/test_i.cpp index 43643b16f0d..dfa3792ac03 100644 --- a/TAO/tests/Native_Exceptions/test_i.cpp +++ b/TAO/tests/Native_Exceptions/test_i.cpp @@ -1,5 +1,3 @@ -// $Id$ - #include "test_i.h" #if !defined(__ACE_INLINE__) diff --git a/TAO/tests/Native_Exceptions/test_i.inl b/TAO/tests/Native_Exceptions/test_i.inl index 97524552ff4..9357ec5d99c 100644 --- a/TAO/tests/Native_Exceptions/test_i.inl +++ b/TAO/tests/Native_Exceptions/test_i.inl @@ -1,5 +1,3 @@ -// $Id$ - ACE_INLINE Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb) : orb_ (CORBA::ORB::_duplicate (orb)) |