videoplayback/videoplaybackcontrols/tsrc/videoplaybackcontrols_test/src/mpxvpbc_stub.cpp
branchRCL_3
changeset 6 7d91903f795f
parent 2 dec420019252
child 9 5294c000a26d
equal deleted inserted replaced
2:dec420019252 6:7d91903f795f
    13 *
    13 *
    14 * Description:  Test Harness for VideoPlaybackControls
    14 * Description:  Test Harness for VideoPlaybackControls
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version: 12 %
    18 // Version : %version: 13 %
    19 
    19 
    20 
    20 
    21 // INCLUDES
    21 // INCLUDES
    22 #include <coeaui.h>
    22 #include <coeaui.h>
    23 #include <aknutils.h>
    23 #include <aknutils.h>
   369     }
   369     }
   370 
   370 
   371     iControlsController->AddFileDetailsL( iFileDetails );
   371     iControlsController->AddFileDetailsL( iFileDetails );
   372 }
   372 }
   373 
   373 
       
   374 
       
   375 void CMPXVideoPlaybackContainer::HandlePointerEventL( const TPointerEvent& aPointerEvent )
       
   376 {
       
   377     MPX_ENTER_EXIT(_L("CMPXVideoPlaybackContainer::HandlePointerEventL()"));
       
   378 
       
   379     MPX_DEBUG(_L("   iType = %d, iPosition = (%d,%d)"), 
       
   380        aPointerEvent.iType, aPointerEvent.iPosition.iX, aPointerEvent.iPosition.iY );
       
   381 }
       
   382 
   374 //  End of File
   383 //  End of File