summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc')
-rw-r--r--TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc b/TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc
new file mode 100644
index 00000000000..caf503219e2
--- /dev/null
+++ b/TAO/orbsvcs/tests/Event/UDP/RtEC_UDP.mpc
@@ -0,0 +1,26 @@
+// -*- MPC -*-
+// $Id$
+
+project (* sender): orbsvcsexe, rtevent_serv, rtsched {
+ exename = sender
+ Source_Files {
+ AddrServer.cpp
+ Supplier.cpp
+ sender.cpp
+ }
+ IDL_Files {
+ Test.idl
+ }
+}
+
+project (* receiver) : orbsvcsexe, rtevent_serv, rtsched {
+ exename = receiver
+ Source_Files {
+ AddrServer.cpp
+ Consumer.cpp
+ receiver.cpp
+ }
+ IDL_Files {
+ Test.idl
+ }
+}