diff -r 532ef74cdfa0 -r 43c4dec3cb1f realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h --- 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.