realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h
branchRCL_3
changeset 16 43c4dec3cb1f
parent 9 1e1cc61f56c3
child 19 8517a9ac4a23
--- a/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h	Wed Apr 14 16:19:40 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h	Tue Apr 27 17:00:49 2010 +0300
@@ -243,7 +243,16 @@
 		*		  transferred.
         */
 		const CSIPConcreteProfile* Profile(TUint32 aProfileId) const;
-
+		
+		/**
+        * Gets modifiable profile object pointer
+		* This method should only be used when you need to update profile.
+		* @param aProfileId a required profile id
+		* @return Found profile, or NULL if not found. Ownership is not
+		*		  transferred.
+        */
+		CSIPConcreteProfile* Profile(TUint32 aProfileId);
+		
 	    /**
         * Gets default profile
 		* Ownership is not transferred.