summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-06-17 13:08:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-06-17 13:08:45 +0000
commitfe6459490db451681ba414f75c19e799e722427d (patch)
treea2be5e5c3b370b385c1d7662723c8a9c89e3728a /docs
parent7d8d563331592a05164db529d5d94f19fcf9b12b (diff)
downloadATCD-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.html2
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>&nbsp;int
<BR>&nbsp;handle_input(ACE_HANDLE){
<BR><FONT COLOR="#FF0000">&nbsp; //receive the data</FONT>
-<BR>&nbsp; peer().recv_n(data,12);
+<BR>&nbsp; peer_i().recv_n(data,12);
<BR>&nbsp; ACE_DEBUG((LM_DEBUG,?%s\n?,data));
<BR>&nbsp;
<BR>&nbsp;<FONT COLOR="#FF0000"> // do something with the input received.</FONT>