summaryrefslogtreecommitdiff
path: root/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc')
-rw-r--r--TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc b/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc
index 875eebbdd8f..f07c72a056d 100644
--- a/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc
+++ b/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception.mpc
@@ -11,11 +11,9 @@ project(*idl): taoidldefaults {
project(*Server): taoserver {
after += *idl
Source_Files {
- server.cpp
- }
- Source_Files {
testC.cpp
testS.cpp
+ server.cpp
}
IDL_Files {
}
@@ -23,12 +21,9 @@ project(*Server): taoserver {
project(*Client): taoclient, anytypecode {
after += *idl
- after += *Server
- Source_Files {
- client.cpp
- }
Source_Files {
testC.cpp
+ client.cpp
}
IDL_Files {
}