diff -r a180113055cb -r 83d6a149c755 smf/smfcredentialmgr/smfcredmgrserver/inc/smfcredmgrserversession.h --- a/smf/smfcredentialmgr/smfcredmgrserver/inc/smfcredmgrserversession.h Thu Sep 23 17:43:31 2010 +0530 +++ b/smf/smfcredentialmgr/smfcredmgrserver/inc/smfcredmgrserversession.h Mon Oct 11 21:59:54 2010 +0530 @@ -104,6 +104,13 @@ * @param aParams class containg the array to be filled */ void getTokenArrayL(CSmfFetchAuthTokenSet* aParams); + + /** + * Deleted the information stored about a particular service from Db (like auth params, + * plugin list, url list, reg token and validity) + * @param aAuthAppId The authentication application ID of the service + */ + bool deleteAuthAppInfoL( const TDesC& aAuthAppId ); private: // Data CSmfCredMgrServer& iServer;