summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Notify/Persistent_POA/Persistent_POA.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Notify/Persistent_POA/Persistent_POA.mpc')
-rw-r--r--ACE/TAO/orbsvcs/tests/Notify/Persistent_POA/Persistent_POA.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Notify/Persistent_POA/Persistent_POA.mpc b/ACE/TAO/orbsvcs/tests/Notify/Persistent_POA/Persistent_POA.mpc
new file mode 100644
index 00000000000..b33e914ab01
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Notify/Persistent_POA/Persistent_POA.mpc
@@ -0,0 +1,16 @@
+// -*- MPC -*-
+// $Id$
+
+project(*notify_supplier): notifytest {
+ exename = Structured_Supplier
+
+ IDL_Files {
+ gendir = .
+ commandflags += -o .
+ ../Blocking/go.idl
+ }
+
+ Source_Files {
+ Structured_Supplier.cpp
+ }
+}