smf/smfservermodule/smfcommon/smfmusicfingerprint_p.h
changeset 25 a180113055cb
parent 18 013a02bf2bb0
equal deleted inserted replaced
24:1cee9f1b95e0 25:a180113055cb
    28 	/**
    28 	/**
    29 	 * Constructor
    29 	 * Constructor
    30 	 */
    30 	 */
    31 	SmfMusicFingerPrintPrivate( )
    31 	SmfMusicFingerPrintPrivate( )
    32 		{
    32 		{
       
    33 		m_id.clear();
       
    34 		m_fingerPrintData.clear();
    33 		}
    35 		}
    34 	
    36 	
    35 	/**
    37 	/**
    36 	 * Copy Consturctor
    38 	 * Copy Consturctor
    37 	 * @param aOther The reference object to be copy constructed
    39 	 * @param aOther The reference object to be copy constructed
    38 	 */
    40 	 */
    39 	SmfMusicFingerPrintPrivate( const SmfMusicFingerPrintPrivate &aOther ) : 
    41 	SmfMusicFingerPrintPrivate( const SmfMusicFingerPrintPrivate &aOther ) : 
    40 		QSharedData ( aOther ), 
    42 		QSharedData ( aOther ), 
    41 		m_fingerPrintData ( aOther.m_fingerPrintData )	{ }
    43 		m_fingerPrintData ( aOther.m_fingerPrintData ),
       
    44 		m_id (aOther.m_id) { }
    42 	
    45 	
    43 	/**
    46 	/**
    44 	 * Destructor
    47 	 * Destructor
    45 	 */
    48 	 */
    46 	~SmfMusicFingerPrintPrivate( )
    49 	~SmfMusicFingerPrintPrivate( )
    47 		{
    50 		{
    48 		}
    51 		}
    49   
    52   
    50 	QByteArray m_fingerPrintData;	// Finger print data
    53 	QByteArray m_fingerPrintData;	// Finger print data
       
    54 	QString m_id;		// Finger print id by the service provider
    51 	
    55 	
    52 };
    56 };
    53 
    57 
    54 
    58 
    55 #endif /* SMFMUSICFINGERPRINT_P_H_ */
    59 #endif /* SMFMUSICFINGERPRINT_P_H_ */