summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Blocking/Blocking.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Blocking/Blocking.mpc')
-rw-r--r--TAO/orbsvcs/tests/Notify/Blocking/Blocking.mpc35
1 files changed, 0 insertions, 35 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Blocking/Blocking.mpc b/TAO/orbsvcs/tests/Notify/Blocking/Blocking.mpc
deleted file mode 100644
index 7a7aa3a1a27..00000000000
--- a/TAO/orbsvcs/tests/Notify/Blocking/Blocking.mpc
+++ /dev/null
@@ -1,35 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*idl): taoidldefaults {
- IDL_Files {
- go.idl
- }
- custom_only = 1
-}
-
-project(*Ntf Struct Supp): notifytest {
- exename = Structured_Supplier
-
- after += *idl
- Source_Files {
- Structured_Supplier.cpp
- goS.cpp
- goC.cpp
- }
- IDL_Files {
- }
-}
-
-project(*Ntf Struct Cons): notifytest {
- exename = Structured_Consumer
-
- after += *idl
- Source_Files {
- goC.cpp
- Notify_Structured_Push_Consumer.cpp
- Structured_Consumer.cpp
- }
- IDL_Files {
- }
-}