summaryrefslogtreecommitdiff
path: root/TAO/MPC
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-28 08:53:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-28 08:53:12 +0000
commit35464db4769a426adb7120ccf988b639c001c299 (patch)
tree82dead93b467dce2b37eb2ff8d25ffeb740957e7 /TAO/MPC
parent0c4db54735b07c185cd93bf3f252c9bca1227506 (diff)
downloadATCD-35464db4769a426adb7120ccf988b639c001c299.tar.gz
Tue Apr 28 09:51:12 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* MPC/config/tao_notify_service.mpb: new base project * orbsvcs/Notify_Service/Notify_Server.cpp: * orbsvcs/Notify_Service/Notify_Service.cpp: * orbsvcs/Notify_Service/Notify_Service.h: * orbsvcs/Notify_Service/Notify_Service.mpc: * orbsvcs/Notify_Service/Notify_Service_Export.h: Moved the TAO_Notify_Service_Driver class to its own DLL which then can be loaded with service configurator as done in regression 3646b. Changed -ORBRunThreads to -RunThreads, the -ORB options are reserved for the ORB and shouldn't be used by services. This caused problems when trying to load the TAO_Notify_Service as DLL. Make sure we destroy the ORB so that we can do multiple load/unload cycles * orbsvcs/Notify_Service/README: Updated -ORBRunThreads to -RunThreads * orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp: Layout changes * orbsvcs/orbsvcs/Notify/POA_Helper.cpp: Use true/false * orbsvcs/tests/Notify/Bug_2926_Regression/DllORB.cpp: * orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp No need for arg converter * orbsvcs/tests/Notify/Bug_3646b_Regression/bug3646b_export.h * orbsvcs/tests/Notify/Bug_3646b_Regression/Bug_3646b_Regression.mpc * orbsvcs/tests/Notify/Bug_3646b_Regression/DllORB.cpp * orbsvcs/tests/Notify/Bug_3646b_Regression/DllORB.h * orbsvcs/tests/Notify/Bug_3646b_Regression/run_test.pl * orbsvcs/tests/Notify/Bug_3646b_Regression/server.cpp * bin/tao_other_tests.lst New regression test for loading and unloading the TAO_Notify_Service dll
Diffstat (limited to 'TAO/MPC')
-rw-r--r--TAO/MPC/config/tao_notify_service.mpb8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/MPC/config/tao_notify_service.mpb b/TAO/MPC/config/tao_notify_service.mpb
new file mode 100644
index 00000000000..429705dd01a
--- /dev/null
+++ b/TAO/MPC/config/tao_notify_service.mpb
@@ -0,0 +1,8 @@
+// -*- MPC -*-
+// $Id$
+
+project : orbsvcslib, notification_serv, notification_serv, naming, iortable, messaging_optional, valuetype {
+ after += TAO_Notify_Service
+ libs += TAO_Notify_Service
+ tagchecks += Notify
+}