summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/Param_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/Param_Test.mpc')
-rw-r--r--TAO/tests/Param_Test/Param_Test.mpc74
1 files changed, 0 insertions, 74 deletions
diff --git a/TAO/tests/Param_Test/Param_Test.mpc b/TAO/tests/Param_Test/Param_Test.mpc
deleted file mode 100644
index 3acdda2a21b..00000000000
--- a/TAO/tests/Param_Test/Param_Test.mpc
+++ /dev/null
@@ -1,74 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*Server): taoserver, minimum_corba {
- idlflags += -GA
-
- Source_Files {
- param_test_i.cpp
- server.cpp
- }
-}
-
-project(*Client): taoserver, minimum_corba, dynamicinterface {
- exename = client
- idlflags += -GA
- after += Param_Test_Server
-
- Source_Files {
- any.cpp
- bd_array_seq.cpp
- bd_long_seq.cpp
- bd_short_seq.cpp
- bd_string.cpp
- bd_struct_seq.cpp
- bd_str_seq.cpp
- bd_wstring.cpp
- bd_wstr_seq.cpp
- big_union.cpp
- client.cpp
- complex_any.cpp
- driver.cpp
- except.cpp
- fixed_array.cpp
- fixed_struct.cpp
- helper.cpp
- multdim_array.cpp
- nested_struct.cpp
- objref.cpp
- objref_struct.cpp
- options.cpp
- recursive_struct.cpp
- recursive_union.cpp
- results.cpp
- short.cpp
- small_union.cpp
- typecode.cpp
- ub_any_seq.cpp
- ub_array_seq.cpp
- ub_long_seq.cpp
- ub_objref_seq.cpp
- ub_short_seq.cpp
- ub_string.cpp
- ub_struct_seq.cpp
- ub_str_seq.cpp
- ub_wstring.cpp
- ub_wstr_seq.cpp
- ulonglong.cpp
- var_array.cpp
- var_struct.cpp
- }
-}
-
-project(*Anyop): taoserver, minimum_corba {
- exename = anyop
- idlflags += -GA
- after += Param_Test_Client
-
- Source_Files {
- param_testC.cpp
- param_testA.cpp
- anyop.cpp
- }
-}
-