diff -r 6c1dfe4da5dd -r 63223d4fd956 mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytest.h --- a/mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytest.h Tue Aug 31 15:41:40 2010 +0300 +++ b/mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytest.h Wed Sep 01 12:23:05 2010 +0100 @@ -40,14 +40,14 @@ _LIT( KmpxplaybackutilitytestLogFile, "mpxplaybackutilitytest.txt" ); _LIT( KmpxplaybackutilitytestLogFileWithTitle, "mpxplaybackutilitytest_[%S].txt" ); // data file -_LIT( KmpxplaybackutilityTestFilePath, "C:\\" ); +_LIT( KmpxplaybackutilityTestFilePath, "C:\\testing\\data\\" ); #else -_LIT( KmpxplaybackutilitytestLogPath, "c:\\logs\\testframework\\mpxplaybackutilitytest\\" ); +_LIT( KmpxplaybackutilitytestLogPath, "f:\\logs\\testframework\\mpxplaybackutilitytest\\" ); // Log file _LIT( KmpxplaybackutilitytestLogFile, "mpxplaybackutilitytest.txt" ); _LIT( KmpxplaybackutilitytestLogFileWithTitle, "mpxplaybackutilitytest_[%S].txt" ); // data file -_LIT( KmpxplaybackutilityTestFilePath, "c:\\" ); +_LIT( KmpxplaybackutilityTestFilePath, "f:\\testing\\data\\" ); #endif // FUNCTION PROTOTYPES @@ -204,17 +204,6 @@ TInt MMPXPlaybackUtilityAddObserverL(CStifItemParser& /*aItem*/); TInt MMPXPlaybackUtilityRemoveObserverL(CStifItemParser& /*aItem*/); TInt MMPXPlaybackUtilityPlayerManagerSelectPlayerL(CStifItemParser& /*aItem*/); - - TInt MMPXPlaybackUtilityCommandPlayL ( CStifItemParser & /*aItem*/ ); - TInt MMPXPlaybackUtilityCommandStopL ( CStifItemParser & /*aItem*/ ); - TInt MMPXPlaybackUtilityCommandPauseL ( CStifItemParser & /*aItem*/); - TInt MMPXPlaybackUtilityCommandPlayPauseL ( CStifItemParser & /*Item*/); - TInt MMPXPlaybackUtilityCommandPlayCompleteL ( CStifItemParser & /*Item*/); - TInt MMPXPlaybackUtilityCommandSeekForwardL ( CStifItemParser & /*Item*/); - TInt MMPXPlaybackUtilityCommandSeekBackwardL ( CStifItemParser & /*Item*/); - TInt MMPXPlaybackUtilityCommandCloseL ( CStifItemParser & /*Item*/); - TInt MMPXPlaybackUtilitySetL(CStifItemParser& /*aItem*/ ); - TInt EndTest(CStifItemParser& /*aItem*/); /** @@ -230,8 +219,6 @@ RFs iFs; TInt iCallbackError; RFile iFile; - TFileName iFileName; - #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API RFile64 iFile64; #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API