diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-6E221034-9A01-53AB-8374-315C38CCA21E.dita
--- a/Symbian3/PDK/Source/GUID-6E221034-9A01-53AB-8374-315C38CCA21E.dita Tue Jul 20 12:00:49 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-6E221034-9A01-53AB-8374-315C38CCA21E.dita Fri Aug 13 16:47:46 2010 +0100
@@ -37,7 +37,7 @@
wait until EProfileCreated event is reported in the observer.
When the event is received the profile is created.
-
+
The following code snippet shows how to create and save a profile.
/*Client must create an instance of the CSIP class. The API used for this is, here TUid must be an application UID.*/
CSIP* CSIP::NewL(const TUid& aUid, MSIPObserver& aObserver);
@@ -111,7 +111,7 @@
wait until it gets a notification through the MSIPProfileRegistryObserver callback
interface about the profile registration.
-
+
The following code snippet shows how to enable a SIP profile.
/*With the assumption that the profile was created and is saved to the persistent storage. */
//Create an Instance of SIP client
@@ -333,7 +333,7 @@
The registration status
of the profile is set to Registered.
The following sequence diagram shows how to enable a profile to refresh.
-
+
The following code describes how to refresh enable a profile.
//Checks if the profile is already enabled and requests the Profile Agent to refresh it.
// If the profile is not enabled it leaves with KErrArgument.