realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h
branchRCL_3
changeset 16 43c4dec3cb1f
parent 9 1e1cc61f56c3
child 19 8517a9ac4a23
equal deleted inserted replaced
14:532ef74cdfa0 16:43c4dec3cb1f
   241 		* @param aProfileId a required profile id
   241 		* @param aProfileId a required profile id
   242 		* @return Found profile, or NULL if not found. Ownership is not
   242 		* @return Found profile, or NULL if not found. Ownership is not
   243 		*		  transferred.
   243 		*		  transferred.
   244         */
   244         */
   245 		const CSIPConcreteProfile* Profile(TUint32 aProfileId) const;
   245 		const CSIPConcreteProfile* Profile(TUint32 aProfileId) const;
   246 
   246 		
       
   247 		/**
       
   248         * Gets modifiable profile object pointer
       
   249 		* This method should only be used when you need to update profile.
       
   250 		* @param aProfileId a required profile id
       
   251 		* @return Found profile, or NULL if not found. Ownership is not
       
   252 		*		  transferred.
       
   253         */
       
   254 		CSIPConcreteProfile* Profile(TUint32 aProfileId);
       
   255 		
   247 	    /**
   256 	    /**
   248         * Gets default profile
   257         * Gets default profile
   249 		* Ownership is not transferred.
   258 		* Ownership is not transferred.
   250 		* This method should only be used for calculating profile size
   259 		* This method should only be used for calculating profile size
   251 		* @return profile
   260 		* @return profile