diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorials/022/page04.html | 6 | ||||
-rw-r--r-- | docs/tutorials/022/page05.html | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/tutorials/022/page04.html b/docs/tutorials/022/page04.html index a0c1ccadeab..b971c430032 100644 --- a/docs/tutorials/022/page04.html +++ b/docs/tutorials/022/page04.html @@ -127,10 +127,10 @@ Acceptor_Service::resume (void) } <font color=red>/* The macro to be used to define the factory method - and destructor for our dynamically loadable service. */</font> + and destructor for our dynamically loadable service. */ </font> ACE_SVC_FACTORY_DEFINE (Acceptor_Service) -</font color=red>/* This macro helps to register a statically linked +<font color=red>/* This macro helps to register a statically linked service into the service configurator. It is defined in ace/OS.h. All the parameters needed by the service configurator to build and control the statically linked servuce are configured in a single structure. An @@ -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:31:35 PST 2001 +Last modified: Fri Jan 19 11:33:13 PST 2001 <!-- hhmts end --> </body> </html> diff --git a/docs/tutorials/022/page05.html b/docs/tutorials/022/page05.html index a615e287853..b05fe0b94b9 100644 --- a/docs/tutorials/022/page05.html +++ b/docs/tutorials/022/page05.html @@ -48,7 +48,7 @@ general format for this entry and then we will make our entry.</p> A dynamic service could be initialized as: - <pre>dynamic service_name type_of_service * location_of_shared_lib:name_of_object "parameters" + <pre>dynamic service_name type_of_service * location_of_shared_lib:name_of_object "parameters" </pre> and a static service is initialized as: <pre> static service_name "parameters_sent_to_service_object" </pre> @@ -124,7 +124,7 @@ <address><a href="mailto:pgontla@ece.uci.edu">Priyanka Gontla</a></address> <!-- Created: Fri Jan 19 10:19:46 PST 2001 --> <!-- hhmts start --> -Last modified: Fri Jan 19 11:28:26 PST 2001 +Last modified: Fri Jan 19 11:34:14 PST 2001 <!-- hhmts end --> </body> </html> |