diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-11 11:02:03 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-11 11:02:03 +0000 |
commit | 3d8cc91c917cd5f08cfd8c972ce62c78955987a6 (patch) | |
tree | bae060d484f94e84f54afe1fe431cfbab2c3c01b /tests/SPIPE_Test.cpp | |
parent | c8d5d9665e9bd9891f2ac67c5a53221ff6b61ac2 (diff) | |
download | ATCD-3d8cc91c917cd5f08cfd8c972ce62c78955987a6.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/SPIPE_Test.cpp')
-rw-r--r-- | tests/SPIPE_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/SPIPE_Test.cpp b/tests/SPIPE_Test.cpp index c1f8c287b92..8a4479421d0 100644 --- a/tests/SPIPE_Test.cpp +++ b/tests/SPIPE_Test.cpp @@ -49,7 +49,7 @@ client (void *) ACE_OS::sleep (3); - if (con.connect (cli_stream, ACE_SPIPE_Addr (rendezvous)) == -1) + if (con.connect (cli_stream, ACE_SPIPE_Addr (ACE_WIDE_STRING (rendezvous))) == -1) ACE_ERROR ((LM_ERROR, "%p\n", rendezvous)); for (char c = 'a'; c <= 'z'; c++) @@ -82,7 +82,7 @@ server (void *) // Initialize named pipe listener. - if (acceptor.open (ACE_SPIPE_Addr (rendezvous)) == -1) + if (acceptor.open (ACE_SPIPE_Addr (ACE_WIDE_STRING (rendezvous))) == -1) ACE_ERROR ((LM_ERROR, "%p\n", "open")); ACE_DEBUG ((LM_DEBUG, "waiting for connection\n")); |