diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 16:56:24 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 16:56:24 +0100 |
commit | 169db677980c71427658d590f1d7d2f5365a94b9 (patch) | |
tree | 12d6ab68bcaf8e03cef59651fc39a5a8e05c3e40 /TAO/tests/ORB_Local_Config/Two_DLL_ORB | |
parent | d3a107625182634ae0be8f003d9130f8bb5c3567 (diff) | |
download | ATCD-169db677980c71427658d590f1d7d2f5365a94b9.tar.gz |
Perl files
Diffstat (limited to 'TAO/tests/ORB_Local_Config/Two_DLL_ORB')
6 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/primary-csd.conf b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/primary-csd.conf index d52e428e167..24c98ed3e92 100644 --- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/primary-csd.conf +++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/primary-csd.conf @@ -1,4 +1,3 @@ -# $Id$ dynamic ORB_DLL_Server Service_Object * ORB_DLL_Server:_make_Service_Config_ORB_DLL() "-s -ORBDebugLevel 1 -ORBGestalt LOCAL -ORBId SERVER -ORBSvcConf secondary-empty.conf" dynamic ORB_DLL_Client Service_Object * ORB_DLL_Client:_make_Service_Config_ORB_DLL() "-c -ORBDebugLevel 1 -ORBGestalt LOCAL -ORBId CLIENT -ORBSvcConf secondary-csd.conf" diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/primary-ssl.conf b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/primary-ssl.conf index 31b94c45d6c..b50df525772 100644 --- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/primary-ssl.conf +++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/primary-ssl.conf @@ -1,4 +1,3 @@ -# $Id$ dynamic SSLIOP_Factory Service_Object * TAO_SSLIOP:_make_TAO_SSLIOP_Protocol_Factory() "-SSLNOProtection" dynamic ORB_DLL_Server Service_Object * ORB_DLL_Server:_make_Service_Config_ORB_DLL() "-s -ORBDebugLevel 1 -ORBGestalt LOCAL -ORBId SERVER -ORBSvcConf secondary-empty.conf" diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/run_test.pl b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/run_test.pl index 57d2eb0909d..e21e866cc19 100755 --- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/run_test.pl +++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/run_test.pl @@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' if 0; -# $Id$ # -*- perl -*- use lib "$ENV{ACE_ROOT}/bin"; diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-csd.conf b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-csd.conf index 044750e8e5e..2318b58a1de 100644 --- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-csd.conf +++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-csd.conf @@ -1,4 +1,3 @@ -# $Id$ dynamic TAO_CSD_TP_Strategy_Factory Service_Object * TAO_CSD_ThreadPool:_make_TAO_CSD_TP_Strategy_Factory() "-CSDtp RootPOA:2" static Resource_Factory "" diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-empty.conf b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-empty.conf index bacce361960..cbf5eec1bc7 100644 --- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-empty.conf +++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-empty.conf @@ -1,3 +1,2 @@ -# $Id$ # Nothing so far diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-ssl.conf b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-ssl.conf index 000be6b4bb0..07e9dc7f6d6 100644 --- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-ssl.conf +++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/secondary-ssl.conf @@ -1,4 +1,3 @@ -# $Id$ dynamic SSLIOP_Factory Service_Object * TAO_SSLIOP:_make_TAO_SSLIOP_Protocol_Factory() "-SSLNOProtection" static Resource_Factory "-ORBProtocolFactory SSLIOP_Factory" |