summaryrefslogtreecommitdiff
path: root/docs/tutorials/015/page17.html
diff options
context:
space:
mode:
authorjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-22 03:14:02 +0000
committerjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-22 03:14:02 +0000
commit251cb77e8da6e2c956a6fe929e3e6a0b0c3397fa (patch)
tree4b2fe438c5cd19dad7e9527174220e7fcc9daa4b /docs/tutorials/015/page17.html
parent1273cca419871e8c04554dbf4b538f69453b3955 (diff)
downloadATCD-251cb77e8da6e2c956a6fe929e3e6a0b0c3397fa.tar.gz
*** empty log message ***
Diffstat (limited to 'docs/tutorials/015/page17.html')
-rw-r--r--docs/tutorials/015/page17.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/tutorials/015/page17.html b/docs/tutorials/015/page17.html
index 3a07c2eca89..8041733a94f 100644
--- a/docs/tutorials/015/page17.html
+++ b/docs/tutorials/015/page17.html
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
@@ -47,7 +48,7 @@ basic stuff.
<font color=red>/* By putting the tickler to ourselves we cause things to happen in
the baseclass that will invoke recv(). If we know we're single
- threaded we could directly call recv() and be done with it but then
+ threaded we could directly call recv() and be done with it but then
we'd have to do something else if we're multi-threaded. Just let
the baseclass worry about those things!
*/</font>
@@ -108,7 +109,7 @@ int <font color=#008888>Recv::recv</font>(ACE_Message_Block * message, ACE_Time_
<font color=red>// Something bad happend on the recv_n(). Set an error flag</font>
<font color=red>// and return error.</font>
error_ = 1;
-
+
return( -1 );
}
</PRE>