realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h
branchRCL_3
changeset 4 dd3853b8dc3f
parent 0 307788aac0a8
child 9 1e1cc61f56c3
equal deleted inserted replaced
0:307788aac0a8 4:dd3853b8dc3f
   674         * @param aProfiles Array of the profiles to be added
   674         * @param aProfiles Array of the profiles to be added
   675         * @param aNotifyProfileCreation specifies whether the notification to be sent to the profile clients
   675         * @param aNotifyProfileCreation specifies whether the notification to be sent to the profile clients
   676         */
   676         */
   677         void AddProfilesInCacheL(RPointerArray<CSIPConcreteProfile>& aProfiles,TBool aNotifyProfileCreation);
   677         void AddProfilesInCacheL(RPointerArray<CSIPConcreteProfile>& aProfiles,TBool aNotifyProfileCreation);
   678         
   678         
       
   679 		/**
       
   680 		* Gets the IAP Count in the Snap
       
   681         * @return number of aIaps in the Snap
       
   682         */
       
   683         TInt IAPCountL(TUint32 aSnapId) const;
       
   684         
   679 	private: // Data
   685 	private: // Data
   680 	
   686 	
   681 		RFs										iFs;
   687 		RFs										iFs;
   682 		TBool									iBackupInProgress;
   688 		TBool									iBackupInProgress;
   683 
   689