diff options
author | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-04 23:29:19 +0000 |
---|---|---|
committer | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-04 23:29:19 +0000 |
commit | 8f90320563b0d67ba1aa64e3f8e1531f5ac67710 (patch) | |
tree | a8277f50abdc8a7d74506e35c41c31ffdb9f480d /examples | |
parent | 03fb16b31fd3759f42da032fb4f1a81b6d3b8513 (diff) | |
download | ATCD-8f90320563b0d67ba1aa64e3f8e1531f5ac67710.tar.gz |
Changed to use "test_proactor.cpp" as input file.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Reactor/Proactor/test_proactor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/Proactor/test_proactor.cpp b/examples/Reactor/Proactor/test_proactor.cpp index 304105958ea..5807b795d36 100644 --- a/examples/Reactor/Proactor/test_proactor.cpp +++ b/examples/Reactor/Proactor/test_proactor.cpp @@ -34,7 +34,7 @@ ACE_RCSID(Proactor, test_proactor, "$Id$") static char *host = 0; static u_short port = ACE_DEFAULT_SERVER_PORT; -static char *file = "make.log"; +static char *file = "test_proactor.cpp"; static char *dump_file = "output"; static int done = 0; static int initial_read_size = BUFSIZ; |