diff -r 8970fbd719ec -r 7f2b2a65da29 videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideoplayerutility_stub.cpp --- a/videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideoplayerutility_stub.cpp Wed Apr 14 15:59:50 2010 +0300 +++ b/videoplayback/videohelix/tsrc/ut_videohelixtest/src/mpxvideoplayerutility_stub.cpp Tue Apr 27 16:40:33 2010 +0300 @@ -15,7 +15,7 @@ * */ -// Version : %version: 13 % +// Version : %version: 15 % #include #include @@ -695,6 +695,16 @@ iKeywords = value.AllocL(); } + else if ( ! aItem.Compare(_L8("CreationTime")) ) + { + TLex8 lex(value); + lex.Val( iCreationTime ); + } + else if ( ! aItem.Compare(_L8("ModificationTime")) ) + { + TLex8 lex(value); + lex.Val( iModificationTime ); + } HBufC* name = HBufC::NewL( aItem.Length() ); TPtr namePtr( name->Des() ); @@ -743,10 +753,6 @@ return KErrNone; } -void CMpxVideoPlayerUtility::SurfaceRemovedFromView() -{ -} - #endif #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API