diff options
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Application_Test')
8 files changed, 0 insertions, 16 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc index aba13d6261e..8c4111ce643 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc +++ b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc @@ -1,6 +1,4 @@ // -*- MPC -*- -// $Id$ - project(*server): taoexe, portableserver, ifr_client, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro, svc_utils { exename = server Source_Files { diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/client.cpp index c579d5e1fc3..1e834114576 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/client.cpp +++ b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/client.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "ifr_dii_client.h" int diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp index 04f3971aef5..dfc404651af 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp +++ b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "ifr_dii_client.h" #include "ace/Get_Opt.h" diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.h b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.h index 05ee08d24c8..1431163ea66 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.h +++ b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.h @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #ifndef IFR_DII_CLIENT_H #define IFR_DII_CLIENT_H diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp index 8470b696545..1b8fe6b409f 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp +++ b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "test_i.h" #include "ace/OS_NS_stdio.h" #include "orbsvcs/Shutdown_Utilities.h" diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test.idl b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test.idl index 8ac11a758fb..81dfc6c5dbe 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test.idl +++ b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test.idl @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - module warehouse { interface inventory diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test_i.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test_i.cpp index f8ba51d221b..c093f9714ca 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test_i.cpp +++ b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test_i.cpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "test_i.h" #include "ace/SString.h" diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test_i.h b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test_i.h index 1554203f924..606dd538ee0 100644 --- a/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test_i.h +++ b/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test_i.h @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - #include "testS.h" // Must include this header file and link to TAO_IFR_Client.lib |