diff options
Diffstat (limited to 'docs/tutorials')
-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> |