summaryrefslogtreecommitdiff
path: root/examples/Connection/non_blocking/Connection_Non_Blocking.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Connection/non_blocking/Connection_Non_Blocking.mpc')
-rw-r--r--examples/Connection/non_blocking/Connection_Non_Blocking.mpc4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/Connection/non_blocking/Connection_Non_Blocking.mpc b/examples/Connection/non_blocking/Connection_Non_Blocking.mpc
index de9ecaea5e0..1b56fdc76f8 100644
--- a/examples/Connection/non_blocking/Connection_Non_Blocking.mpc
+++ b/examples/Connection/non_blocking/Connection_Non_Blocking.mpc
@@ -18,7 +18,6 @@ project (*SockServer) : aceexe {
}
project (*LSockClient) : aceexe {
- avoids += ace_for_tao
exename = lsock_client
Source_Files {
CPP-connector.cpp
@@ -27,7 +26,6 @@ project (*LSockClient) : aceexe {
}
project (*LSockServer) : aceexe {
- avoids += ace_for_tao
exename = lsock_server
Source_Files {
CPP-acceptor.cpp
@@ -65,4 +63,4 @@ project (*TLIServer) : aceexe {
CPP-acceptor.cpp
test_tli_acceptor.cpp
}
-}
+} \ No newline at end of file