example/lastfmmusicserviceplugin/lastfmmusicserviceplugin.h
changeset 26 83d6a149c755
parent 23 574948b60dab
--- a/example/lastfmmusicserviceplugin/lastfmmusicserviceplugin.h	Thu Sep 23 17:43:31 2010 +0530
+++ b/example/lastfmmusicserviceplugin/lastfmmusicserviceplugin.h	Mon Oct 11 21:59:54 2010 +0530
@@ -327,6 +327,12 @@
 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
 
 	/**
+	 * Method to get the authentication application process name
+	 * @return The authentication application process name (eg: "FlickrAuthApp.exe")
+	 */
+	QString authenticationAppName( ) const;
+	
+	/**
 	 * 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
@@ -351,6 +357,7 @@
 	QImage m_applicationIcon;
 	QString m_pluginId;
 	QString m_authAppId;
+	QString m_authAppName;
 	QString m_smfRegToken;
 	QList<QString> m_supportedInterfaces;
 	QStringList m_supportedLangs;