summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/dtor
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-09-30 18:30:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-09-30 18:30:04 +0000
commit22ffede5b88eee599376854c587a4b5908a48408 (patch)
tree47421dea45e7ce8cacc299d8703b770718aa4223 /TAO/tests/Smart_Proxies/dtor
parent040fe0c67e6c63c251744778183b7b4f67e3ad41 (diff)
downloadATCD-22ffede5b88eee599376854c587a4b5908a48408.tar.gz
ChangeLogTag: Fri Sep 30 18:28:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Smart_Proxies/dtor')
-rw-r--r--TAO/tests/Smart_Proxies/dtor/dtor.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Smart_Proxies/dtor/dtor.mpc b/TAO/tests/Smart_Proxies/dtor/dtor.mpc
index 27b31c9ea8a..bfbcbe61031 100644
--- a/TAO/tests/Smart_Proxies/dtor/dtor.mpc
+++ b/TAO/tests/Smart_Proxies/dtor/dtor.mpc
@@ -6,10 +6,10 @@ project(*Server): taoserver, smart_proxies {
}
}
-project(*Client): taoclient, smart_proxies {
+project(*Client): taoclient, anytypecode, smart_proxies {
Source_Files {
testC.cpp
Smart_Proxy_Impl.cpp
- client.cpp
+ client.cpp
}
}