realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h
branchRCL_3
changeset 4 dd3853b8dc3f
parent 0 307788aac0a8
child 9 1e1cc61f56c3
--- a/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h	Tue Feb 02 01:03:15 2010 +0200
+++ b/realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h	Fri Feb 19 23:10:33 2010 +0200
@@ -676,6 +676,12 @@
         */
         void AddProfilesInCacheL(RPointerArray<CSIPConcreteProfile>& aProfiles,TBool aNotifyProfileCreation);
         
+		/**
+		* Gets the IAP Count in the Snap
+        * @return number of aIaps in the Snap
+        */
+        TInt IAPCountL(TUint32 aSnapId) const;
+        
 	private: // Data
 	
 		RFs										iFs;