equal
deleted
inserted
replaced
85 |
85 |
86 void DoInitL(); |
86 void DoInitL(); |
87 void DoPlayL( QString aFilename ); |
87 void DoPlayL( QString aFilename ); |
88 void DoPlayL( const XQSharableFile& file ); |
88 void DoPlayL( const XQSharableFile& file ); |
89 void DoHandlePlaybackMessageL( const CMPXMessage& aMessage ); |
89 void DoHandlePlaybackMessageL( const CMPXMessage& aMessage ); |
|
90 void DoHandlePlaybackErrorL( const TInt aError ); |
90 void ForceStopL(); |
91 void ForceStopL(); |
91 void UpdateStateL(); |
92 void UpdateStateL(); |
92 void DoRetrieveSongDetailsL( bool detailsRequest ); |
93 void DoRetrieveSongDetailsL( bool detailsRequest ); |
93 void DoCloseCurrentPlaybackL(); |
94 void DoCloseCurrentPlaybackL(); |
94 |
95 |