diff options
Diffstat (limited to 'docs/tutorials/002/page03.html')
-rw-r--r-- | docs/tutorials/002/page03.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/002/page03.html b/docs/tutorials/002/page03.html index 365e64d0888..f06a3e5463f 100644 --- a/docs/tutorials/002/page03.html +++ b/docs/tutorials/002/page03.html @@ -26,14 +26,14 @@ <font color=blue>#ifndef</font> <font color=purple>LOGGING_HANDLER_H</font> <font color=blue>#define</font> <font color=purple>LOGGING_HANDLER_H</font> -<font color=blue>#include</font> "<font color=green>ace/INET_Addr.h</font>" +<font color=blue>#include</font> "<A HREF="../../../ace/INET_Addr.h">ace/INET_Addr.h</A>" <font color=blue>#if !defined</font> (<font color=purple>ACE_LACKS_PRAGMA_ONCE</font>) -# pragma once +<font color=blue># pragma</font> <font color=purple>once</font> <font color=blue>#endif</font> <font color=red>/* ACE_LACKS_PRAGMA_ONCE */</font> -<font color=blue>#include</font> "<font color=green>ace/SOCK_Stream.h</font>" -<font color=blue>#include</font> "<font color=green>ace/Reactor.h</font>" +<font color=blue>#include</font> "<A HREF="../../../ace/SOCK_Stream.h">ace/SOCK_Stream.h</A>" +<font color=blue>#include</font> "<A HREF="../../../ace/Reactor.h">ace/Reactor.h</A>" <font color=red>/* Since we used the template to create the acceptor, we don't know if there is a way to get to the reactor it uses. We'll take the easy |