Symbian3/PDK/Source/GUID-722180B8-0032-5C3F-AEB2-A9B1261450D8.dita
changeset 5 f345bda72bc4
parent 1 25a17d01db0c
child 14 578be2adaf3e
--- a/Symbian3/PDK/Source/GUID-722180B8-0032-5C3F-AEB2-A9B1261450D8.dita	Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-722180B8-0032-5C3F-AEB2-A9B1261450D8.dita	Tue Mar 30 11:56:28 2010 +0100
@@ -10,18 +10,16 @@
 <!DOCTYPE task
   PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
 <task id="GUID-722180B8-0032-5C3F-AEB2-A9B1261450D8" xml:lang="en"><title> Starting
-a Socket Server connection: Tutorial</title><shortdesc>This tutorial describes how to start an <apiname>RConnection</apiname> connection.
+a Socket Server connection: Tutorial</title><shortdesc>This tutorial describes how to start an <codeph>RConnection</codeph> connection.
 Each connection must be started to link the connection with the network interface
 hardware. </shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
-<context><p><b>Implicit Connection Startup</b></p><p>In the following example,
-the application is unaware of the connection
-and does not have an instance of <xref href="GUID-BED8A733-2ED7-31AD-A911-C1F4707C67FD.dita"><apiname>RConnection</apiname></xref>. This might
-be used
-if an application tries to connect a socket or resolve a name and the socket
-server detects that a connection has not been started. This example does not
-differ from previous versions of the Symbian platform.</p><p>Note: Error handling
-is not included to aid clarity. 
-</p><codeblock xml:space="preserve">RSocketServ ss;
+<context id="GUID-62356291-EB29-4139-93A9-CB0F8F81F078"><p><b>Implicit Connection Startup</b></p><p>In the following example,
+the application is unaware of the connection and does not have an instance
+of <xref href="GUID-BED8A733-2ED7-31AD-A911-C1F4707C67FD.dita"><apiname>RConnection</apiname></xref>. This might be used if an application tries
+to connect a socket or resolve a name and the socket server detects that a
+connection has not been started. This example does not differ from previous
+versions of the Symbian platform.</p><p>Note: Error handling is not included
+to aid clarity.  </p><codeblock xml:space="preserve">RSocketServ ss;
 RSocket sock;
 TRequestStatus status;