smf/smfservermodule/smfserver/smfplugins/smfproviderbase.h
changeset 26 83d6a149c755
parent 14 a469c0e6e7fb
equal deleted inserted replaced
25:a180113055cb 26:83d6a149c755
   111 	 */
   111 	 */
   112 	virtual QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   112 	virtual QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   113 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const = 0;
   113 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const = 0;
   114 	
   114 	
   115 	/**
   115 	/**
       
   116 	 * Method to get the authentication application process name
       
   117 	 * @return The authentication application process name (eg: "FlickrAuthApp.exe")
       
   118 	 */
       
   119 	virtual QString authenticationAppName( ) const = 0;
       
   120 	
       
   121 	/**
   116 	 * Method to get the unique registration ID provided by the 
   122 	 * Method to get the unique registration ID provided by the 
   117 	 * Smf for authorised plugins
   123 	 * Smf for authorised plugins
   118 	 * @return The unique registration ID/token provided by the Smf for 
   124 	 * @return The unique registration ID/token provided by the Smf for 
   119 	 * authorised plugins
   125 	 * authorised plugins
   120 	 */
   126 	 */