realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h
changeset 17 bfe1f539b721
parent 15 8248b03a2669
child 21 9565022eef45
--- a/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h	Fri Apr 16 15:18:54 2010 +0300
+++ b/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h	Mon May 03 12:50:54 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.