videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideosmdsdb/src/VcxMyVideosMdsDbTestBlocks.cpp
equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: This file contains testclass implementation. |
14 * Description: This file contains testclass implementation. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 // Version : %version: 6 % |
18 // Version : %version: 7 % |
19 |
19 |
20 // [INCLUDE FILES] - do not remove |
20 // [INCLUDE FILES] - do not remove |
21 #include <e32svr.h> |
21 #include <e32svr.h> |
22 #include <StifParser.h> |
22 #include <StifParser.h> |
23 #include <StifTestInterface.h> |
23 #include <StifTestInterface.h> |
470 { |
470 { |
471 mdsoperationreturns = NextIntOrZero( aItem ); |
471 mdsoperationreturns = NextIntOrZero( aItem ); |
472 mdsoperationleaves = NextIntOrZero( aItem ); |
472 mdsoperationleaves = NextIntOrZero( aItem ); |
473 } |
473 } |
474 |
474 |
475 void CVcxMyVideosMdsDbTest::HandleMyVideosDbEvent( TMPXChangeEventType , RArray<TUint32>& ) |
475 void CVcxMyVideosMdsDbTest::HandleMyVideosDbEvent( TMPXChangeEventType , RArray<TUint32>&, TInt ) |
476 { |
476 { |
477 if ( handledbeventleave ) |
477 if ( handledbeventleave ) |
478 { |
478 { |
479 User::Leave( handledbeventleave ); |
479 User::Leave( handledbeventleave ); |
480 } |
480 } |