summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-09-22 07:40:54 +0000
committermsmit <msmit@remedy.nl>2010-09-22 07:40:54 +0000
commit5d7db252de045392702f627f3906189ece5d7284 (patch)
treee5f2b77d90f785baf4d30ba2654d4a7f407eebe7 /TAO/orbsvcs/IFR_Service
parenta0f0aceca1c35c80487f8445fc303e3063922f73 (diff)
downloadATCD-5d7db252de045392702f627f3906189ece5d7284.tar.gz
Wed Sep 22 07:43:37 UTC 2010 Marcel Smit <msmit@remedy.nl>
* NEWS: * docs/interfacerepo/index.html: * orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl: * orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl: * orbsvcs/IFR_Service/IFR_Service.mpc: * orbsvcs/examples/CosEC/TypedSimple/run_test.pl: * orbsvcs/examples/ORT/run_test.pl: * orbsvcs/tests/Bug_1393_Regression/run_test.pl: * orbsvcs/tests/Bug_1436_Regression/run_test.pl: * orbsvcs/tests/Bug_1630_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Application_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_3174_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_3200_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_3881_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Duplicate_Typedef_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/IDL3_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/IDL_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/IFR_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/Latency_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/Persistence_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/Union_Forward_Test/run_test.pl: Renamed IFR_Service to tao_ifr_service.
Diffstat (limited to 'TAO/orbsvcs/IFR_Service')
-rw-r--r--TAO/orbsvcs/IFR_Service/IFR_Service.mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
index ce08954f346..e0a854a079f 100644
--- a/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
+++ b/TAO/orbsvcs/IFR_Service/IFR_Service.mpc
@@ -4,7 +4,7 @@
// The ifrservice base project inherits from minimum_corba, so it's no longer
// necessary to add minimum_corba to 'avoids' here.
project(IFR_Service) : orbsvcsexe, install, ifrservice, ifr_client, imr_client {
- exename = IFR_Service
+ exename = tao_ifr_service
IDL_Files {
}