summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Notify/MC/MonitorControl.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Notify/MC/MonitorControl.mpc')
-rw-r--r--ACE/TAO/orbsvcs/tests/Notify/MC/MonitorControl.mpc46
1 files changed, 46 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Notify/MC/MonitorControl.mpc b/ACE/TAO/orbsvcs/tests/Notify/MC/MonitorControl.mpc
new file mode 100644
index 00000000000..cdb229fc2bb
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Notify/MC/MonitorControl.mpc
@@ -0,0 +1,46 @@
+// $Id$
+
+project(*idl): taoidldefaults {
+ custom_only = 1
+}
+
+project(*monitor): notification_mc_ext {
+ after += *idl
+ exename = test_monitor
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ MonitorTestInterfaceC.cpp
+ MonitorTestInterfaceS.cpp
+ test_monitor.cpp
+ }
+}
+
+project(*consumer): notifytest {
+ after += *idl
+ exename = Structured_Consumer
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ MonitorTestInterfaceC.cpp
+ Notify_Structured_Push_Consumer.cpp
+ Structured_Consumer.cpp
+ }
+}
+
+project(*supplier): notifytest {
+ after += *idl
+ exename = Structured_Supplier
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ MonitorTestInterfaceC.cpp
+ Structured_Supplier.cpp
+ }
+}