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/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc | |
parent | 0e555b9150d38e3b3473ba325b56db2642e6352b (diff) | |
download | ATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz |
Repo restructuring
Diffstat (limited to 'TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc')
-rw-r--r-- | TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc b/TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc deleted file mode 100644 index e64ad8d08a8..00000000000 --- a/TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc +++ /dev/null @@ -1,18 +0,0 @@ -// -*- MPC -*- -// $Id$ - -project(*Server): taoserver { - Source_Files { - Hello.cpp - server.cpp - } -} - -project(*Client): taoclient, anytypecode { - after += *Server - Source_Files { - TestC.cpp - client.cpp - } -} - |