diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:11 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:11 +0000 |
commit | 6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch) | |
tree | da50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/orbsvcs/tests/Notify/Blocking/Blocking.mpc | |
parent | 0e555b9150d38e3b3473ba325b56db2642e6352b (diff) | |
download | ATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz |
Repo restructuring
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Blocking/Blocking.mpc')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/Blocking/Blocking.mpc | 35 |
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 { - } -} |