diff options
Diffstat (limited to 'TAO/tests/Abstract_Interface')
-rw-r--r-- | TAO/tests/Abstract_Interface/Abstract_Interface.mpc | 2 | ||||
-rw-r--r-- | TAO/tests/Abstract_Interface/client.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Abstract_Interface/server.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Abstract_Interface/test.idl | 2 | ||||
-rw-r--r-- | TAO/tests/Abstract_Interface/test_i.cpp | 2 | ||||
-rw-r--r-- | TAO/tests/Abstract_Interface/test_i.h | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/Abstract_Interface/Abstract_Interface.mpc b/TAO/tests/Abstract_Interface/Abstract_Interface.mpc index 38681100160..046d40dcfa0 100644 --- a/TAO/tests/Abstract_Interface/Abstract_Interface.mpc +++ b/TAO/tests/Abstract_Interface/Abstract_Interface.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*idl): taoidldefaults, valuetype { IDL_Files { test.idl diff --git a/TAO/tests/Abstract_Interface/client.cpp b/TAO/tests/Abstract_Interface/client.cpp index f9ce8e86e83..c0de312983e 100644 --- a/TAO/tests/Abstract_Interface/client.cpp +++ b/TAO/tests/Abstract_Interface/client.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "testC.h" #include "ace/Get_Opt.h" diff --git a/TAO/tests/Abstract_Interface/server.cpp b/TAO/tests/Abstract_Interface/server.cpp index 5a825efcfce..43563246979 100644 --- a/TAO/tests/Abstract_Interface/server.cpp +++ b/TAO/tests/Abstract_Interface/server.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "test_i.h" #include "ace/Get_Opt.h" #include "ace/OS_NS_stdio.h" diff --git a/TAO/tests/Abstract_Interface/test.idl b/TAO/tests/Abstract_Interface/test.idl index 6a5d9ec4a1c..5f70fbd6655 100644 --- a/TAO/tests/Abstract_Interface/test.idl +++ b/TAO/tests/Abstract_Interface/test.idl @@ -1,5 +1,3 @@ -// $Id$ - exception BadInput { string message; diff --git a/TAO/tests/Abstract_Interface/test_i.cpp b/TAO/tests/Abstract_Interface/test_i.cpp index 57480795547..d194ca19ed1 100644 --- a/TAO/tests/Abstract_Interface/test_i.cpp +++ b/TAO/tests/Abstract_Interface/test_i.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "test_i.h" #include "ace/OS_NS_string.h" diff --git a/TAO/tests/Abstract_Interface/test_i.h b/TAO/tests/Abstract_Interface/test_i.h index 90fae856475..7c103c98c8e 100644 --- a/TAO/tests/Abstract_Interface/test_i.h +++ b/TAO/tests/Abstract_Interface/test_i.h @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #ifndef TAO_TEST_I_H #define TAO_TEST_I_H |