diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-19 19:34:28 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-01-19 19:34:28 +0000 |
commit | 11a1b0dd1f6f3be7f72a8a1c076e98093eee180f (patch) | |
tree | 696bb2f5226900e01f2f6eecd23f1eac8775c237 /docs | |
parent | 5c571b9457f9a9b23be4d52e0dd9ae53176f7d29 (diff) | |
download | ATCD-11a1b0dd1f6f3be7f72a8a1c076e98093eee180f.tar.gz |
ChangeLogTag: Fri Jan 19 11:22:42 2001 Priyanka Gontla <pgontla@ece.uci.edu>
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> |