diff options
Diffstat (limited to 'docs/tutorials/006/page04.html')
-rw-r--r-- | docs/tutorials/006/page04.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/006/page04.html b/docs/tutorials/006/page04.html index 0c5ddce2758..caa8c2f0bed 100644 --- a/docs/tutorials/006/page04.html +++ b/docs/tutorials/006/page04.html @@ -41,13 +41,13 @@ exist. */</font> -<font color=blue>#include</font> "<font color=green>ace/Svc_Handler.h</font>" +<font color=blue>#include</font> "<A HREF="../../../ace/Svc_Handler.h">ace/Svc_Handler.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> "<A HREF="../../../ace/SOCK_Stream.h">ace/SOCK_Stream.h</A>" <font color=red>/* Another feature of ACE_Svc_Handler is it's ability to present the ACE_Task<> interface as well. That's what the ACE_NULL_SYNCH |