diff -r 307788aac0a8 -r dd3853b8dc3f realtimenetprots/sipfw/ProfileAgent/Server/Inc/SipProfileServerCore.h --- 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& 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;