diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-26 03:13:13 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-26 03:13:13 +0000 |
commit | 8f689139fbaaa4457af08ac4f248286169c6b74d (patch) | |
tree | c14398ff4e2ba5b5770035a1f77bea3c3dfd62f5 /examples/Connection | |
parent | bf64ad5140e04d2d7bc8e8e3704e0809b4b18f2b (diff) | |
download | ATCD-8f689139fbaaa4457af08ac4f248286169c6b74d.tar.gz |
ChangeLogTag:Fri Nov 25 19:04:10 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'examples/Connection')
-rw-r--r-- | examples/Connection/blocking/Connection_Blocking.mpc | 2 | ||||
-rw-r--r-- | examples/Connection/misc/Connection_Misc.mpc | 3 | ||||
-rw-r--r-- | examples/Connection/non_blocking/Connection_Non_Blocking.mpc | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/examples/Connection/blocking/Connection_Blocking.mpc b/examples/Connection/blocking/Connection_Blocking.mpc index 01cf9ceaf10..758e2bfbf95 100644 --- a/examples/Connection/blocking/Connection_Blocking.mpc +++ b/examples/Connection/blocking/Connection_Blocking.mpc @@ -2,6 +2,7 @@ // $Id$ project(*acceptor) : aceexe { + avoids += ace_for_tao exename = acceptor Source_Files { SPIPE-acceptor.cpp @@ -10,6 +11,7 @@ project(*acceptor) : aceexe { } project(*connector) : aceexe { + avoids += ace_for_tao exename = connector Source_Files { SPIPE-connector.cpp diff --git a/examples/Connection/misc/Connection_Misc.mpc b/examples/Connection/misc/Connection_Misc.mpc index 8e10826ad51..a960e604338 100644 --- a/examples/Connection/misc/Connection_Misc.mpc +++ b/examples/Connection/misc/Connection_Misc.mpc @@ -9,8 +9,9 @@ project (*Handler) : aceexe { } project (*test_upipe) : aceexe { + avoids += ace_for_tao exename = test_upipe Source_Files { test_upipe.cpp } -}
\ No newline at end of file +} diff --git a/examples/Connection/non_blocking/Connection_Non_Blocking.mpc b/examples/Connection/non_blocking/Connection_Non_Blocking.mpc index 1b56fdc76f8..de9ecaea5e0 100644 --- a/examples/Connection/non_blocking/Connection_Non_Blocking.mpc +++ b/examples/Connection/non_blocking/Connection_Non_Blocking.mpc @@ -18,6 +18,7 @@ project (*SockServer) : aceexe { } project (*LSockClient) : aceexe { + avoids += ace_for_tao exename = lsock_client Source_Files { CPP-connector.cpp @@ -26,6 +27,7 @@ project (*LSockClient) : aceexe { } project (*LSockServer) : aceexe { + avoids += ace_for_tao exename = lsock_server Source_Files { CPP-acceptor.cpp @@ -63,4 +65,4 @@ project (*TLIServer) : aceexe { CPP-acceptor.cpp test_tli_acceptor.cpp } -}
\ No newline at end of file +} |