diff -r a180113055cb -r 83d6a149c755 smf/smfservermodule/smfserver/smfplugins/smfproviderbase.h --- a/smf/smfservermodule/smfserver/smfplugins/smfproviderbase.h Thu Sep 23 17:43:31 2010 +0530 +++ b/smf/smfservermodule/smfserver/smfplugins/smfproviderbase.h Mon Oct 11 21:59:54 2010 +0530 @@ -113,6 +113,12 @@ QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const = 0; /** + * Method to get the authentication application process name + * @return The authentication application process name (eg: "FlickrAuthApp.exe") + */ + virtual QString authenticationAppName( ) const = 0; + + /** * Method to get the unique registration ID provided by the * Smf for authorised plugins * @return The unique registration ID/token provided by the Smf for