diff -r 1cee9f1b95e0 -r a180113055cb smf/smfservermodule/smfcommon/smfmusicfingerprint.h --- a/smf/smfservermodule/smfcommon/smfmusicfingerprint.h Thu Sep 23 17:20:22 2010 +0530 +++ b/smf/smfservermodule/smfcommon/smfmusicfingerprint.h Thu Sep 23 17:43:31 2010 +0530 @@ -22,8 +22,9 @@ #include #include +#include + #include "smfclientglobal.h" -#include class SmfMusicFingerPrintPrivate; @@ -63,11 +64,23 @@ QByteArray musicFingerPrint ( ) const; /** + * Method to get the service specific id of this fingerprint data + * @return The ID value + */ + QString id( ) const; + + /** * Method to set the music finger print data * @param aFp The music finger print data */ void setMusicFingerPrint ( const QByteArray &aFp); + /** + * Method to set the service specific id of this fingerprint data + * @param aId The ID value + */ + void setId( const QString &aId ); + private: QSharedDataPointer d;