summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/Proactor/Proactor.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/Proactor/Proactor.mpc')
-rw-r--r--ACE/examples/Reactor/Proactor/Proactor.mpc59
1 files changed, 59 insertions, 0 deletions
diff --git a/ACE/examples/Reactor/Proactor/Proactor.mpc b/ACE/examples/Reactor/Proactor/Proactor.mpc
new file mode 100644
index 00000000000..c2c52207ca1
--- /dev/null
+++ b/ACE/examples/Reactor/Proactor/Proactor.mpc
@@ -0,0 +1,59 @@
+// -*- MPC -*-
+// $Id$
+
+project(*cancel) : aceexe {
+ avoids += ace_for_tao
+ exename = test_cancel
+ Source_Files {
+ test_cancel.cpp
+ }
+}
+
+project(*end_event_loops) : aceexe {
+ avoids += ace_for_tao
+ exename = test_end_event_loop
+ Source_Files {
+ test_end_event_loop.cpp
+ }
+}
+
+project(*multiple_loops) : aceexe {
+ avoids += ace_for_tao
+ exename = test_multiple_loops
+ Source_Files {
+ test_multiple_loops.cpp
+ }
+}
+
+project(*post_completions) : aceexe {
+ avoids += ace_for_tao
+ exename = test_post_completions
+ Source_Files {
+ post_completions.cpp
+ }
+}
+
+project(*proactor) : aceexe {
+ avoids += ace_for_tao
+ exename = test_proactor
+ Source_Files {
+ test_proactor.cpp
+ }
+}
+
+project(*timeout) : aceexe {
+ avoids += ace_for_tao
+ exename = test_timeout
+ Source_Files {
+ test_timeout.cpp
+ }
+}
+
+project(*udp_proactor) : aceexe {
+ avoids += ace_for_tao
+ exename = test_udp_proactor
+ Source_Files {
+ test_udp_proactor.cpp
+ }
+}
+