diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-06-17 13:08:45 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-06-17 13:08:45 +0000 |
commit | fe6459490db451681ba414f75c19e799e722427d (patch) | |
tree | a2be5e5c3b370b385c1d7662723c8a9c89e3728a /docs | |
parent | 7d8d563331592a05164db529d5d94f19fcf9b12b (diff) | |
download | ATCD-fe6459490db451681ba414f75c19e799e722427d.tar.gz |
ChangeLogTag:Sat Jun 17 08:03:53 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorials/Chap_5/ex02.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/Chap_5/ex02.html b/docs/tutorials/Chap_5/ex02.html index ea4c66bd294..8652d2b806f 100644 --- a/docs/tutorials/Chap_5/ex02.html +++ b/docs/tutorials/Chap_5/ex02.html @@ -39,7 +39,7 @@ Management)</FONT> <BR> int <BR> handle_input(ACE_HANDLE){ <BR><FONT COLOR="#FF0000"> //receive the data</FONT> -<BR> peer().recv_n(data,12); +<BR> peer_i().recv_n(data,12); <BR> ACE_DEBUG((LM_DEBUG,?%s\n?,data)); <BR> <BR> <FONT COLOR="#FF0000"> // do something with the input received.</FONT> |