diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-19 19:32:06 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-19 19:32:06 +0000 |
commit | 7f48bcbb3a7a34bdecefbb083a8127048b6b4b7c (patch) | |
tree | f8ecbb0822410f5057ef7e5cf8178d4055188667 /docs/tutorials | |
parent | ab68d4c9cc337ae788e31441c14d16c6b4a9c3f4 (diff) | |
download | ATCD-7f48bcbb3a7a34bdecefbb083a8127048b6b4b7c.tar.gz |
ChangeLogTag: Fri Jan 19 11:22:42 2001 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'docs/tutorials')
-rw-r--r-- | docs/tutorials/022/page04.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/tutorials/022/page04.html b/docs/tutorials/022/page04.html index 06fefc677c5..a0c1ccadeab 100644 --- a/docs/tutorials/022/page04.html +++ b/docs/tutorials/022/page04.html @@ -7,24 +7,24 @@ <body> <h1>ACE Tutorial 022</h1> +<pre> <font color=red>/* Now that we know the interface, lets proceed to its - implementation. */</font> -<font color=red>/* We obviosuly want to include the corresponding header + implementation. We obviosuly want to include the corresponding header file. */</font> <font color=blue>#include</font> "<A HREF="Acceptor_Service.h">Acceptor_Service.h</A>" -<font color=red>/* A server has to listen for clients at a known TCP/IP port. The - default ACE port is 10002 (at least on my system) and that's good - enough for what we want to do here. Obviously, a more robust - application would take a command line parameter or read from a - configuration file or do some other clever thing. Just like the - signal handler above, though, that's not what we want to focus on, - so we're taking the easy way out. */</font> +<font color=red>/* A server has to listen for clients at a known + TCP/IP port. The default ACE port is 10002 (at least on my + system) and that's good enough for what we want to do here. + Obviously, a more robust application would take a command line + parameter or read from a configuration file or do some other + clever thing. Just like the signal handler above, though, + that's not what we want to focus on, so we're taking the easy + way out. */</font> static const u_short PORT = ACE_DEFAULT_SERVER_PORT; -<PRE> <font color=red>/* As in all our simple tutorials, our contructor also does nothing */</font> Acceptor_Service::Acceptor_Service (void) { @@ -170,7 +170,7 @@ template class ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>; <address><a href="mailto:pgontla@ece.uci.edu">Priyanka Gontla</a></address> <!-- Created: Thu Jan 18 18:24:15 PST 2001 --> <!-- hhmts start --> -Last modified: Fri Jan 19 11:28:20 PST 2001 +Last modified: Fri Jan 19 11:31:35 PST 2001 <!-- hhmts end --> </body> </html> |