musicservices/inc/musicservices.h
changeset 55 f3930dda3342
parent 22 ecf06a08d4d9
equal deleted inserted replaced
51:560ce2306a17 55:f3930dda3342
    60 
    60 
    61     void itemSelected( QString songName );
    61     void itemSelected( QString songName );
    62 
    62 
    63 signals:
    63 signals:
    64 
    64 
    65     void playReady( const QString& aFileName );
    65     void playReady( const QString& uri );
    66     void playReady( const XQSharableFile& file );
    66     void playReady( const XQSharableFile& file );
    67     void serviceActive( TUid hostUid );
    67     void serviceActive( quint32 clientSecureId );
    68 
    68 
    69 private:
    69 private:
    70     
    70     
    71     GetMusicService                 *mFetchService;
    71     GetMusicService                 *mFetchService;
    72     PlayMusicService                *mPlayService;
    72     PlayMusicService                *mPlayService;