diff options
Diffstat (limited to 'docs/tutorials/015/Xmit.h')
-rw-r--r-- | docs/tutorials/015/Xmit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/015/Xmit.h b/docs/tutorials/015/Xmit.h index 7d8df91e0ef..097f3afdaba 100644 --- a/docs/tutorials/015/Xmit.h +++ b/docs/tutorials/015/Xmit.h @@ -21,14 +21,14 @@ public: // We must be given a valid peer when constructed. Without that // we don't know who to send data to. Xmit( ACE_SOCK_Stream & _peer ); - + ~Xmit(void); - // As you know, close() will be called in a couple of ways by the + // As you know, close() will be called in a couple of ways by the // ACE framework. We use that opportunity to terminate the // connection to the peer. int close(u_long flags); - + protected: ACE_SOCK_Stream & peer(void) |