browserplugins/browseraudiovideoplugin/src/BavpController.cpp
changeset 15 e45c3f40ea5f
parent 0 84ad3b177aa3
child 31 868cceedabd3
equal deleted inserted replaced
10:57d5b8e231c4 15:e45c3f40ea5f
    38 #include "AsxParser.h"
    38 #include "AsxParser.h"
    39 #endif //BRDO_ASX_FF
    39 #endif //BRDO_ASX_FF
    40 
    40 
    41 #include "eikon.hrh"
    41 #include "eikon.hrh"
    42 
    42 
       
    43 using namespace RT_GestureHelper;
    43 
    44 
    44 // CONSTANTS
    45 // CONSTANTS
    45 const TInt KBavpMaxLinkFileSize = 5120; // 5kB
    46 const TInt KBavpMaxLinkFileSize = 5120; // 5kB
    46 const TInt KRectPadding = 2;
    47 const TInt KRectPadding = 2;
    47 
    48 
   319     // a max loop of 50 for infinite
   320     // a max loop of 50 for infinite
   320     iInfiniteLoopFlag = aInfiniteFlag;
   321     iInfiniteLoopFlag = aInfiniteFlag;
   321 }
   322 }
   322 
   323 
   323 // -----------------------------------------------------------------------------
   324 // -----------------------------------------------------------------------------
   324 // CBavpControllerAudioo::RefreshRectCoordinates
   325 // CBavpControllerAudioo::RefreshRectCoordinatesL
   325 // Refresh the coordinates of rect for display
   326 // Refresh the coordinates of rect for display
   326 // -----------------------------------------------------------------------------
   327 // -----------------------------------------------------------------------------
   327 void CBavpController::RefreshRectCoordinates()
   328 void CBavpController::RefreshRectCoordinatesL()
   328     {
   329     {
   329     Log( EFalse, _L("CBavpController::RefreshRectCoordinates()") );
   330     Log( EFalse, _L("CBavpController::RefreshRectCoordinatesL()") );
   330     }
   331     }
   331 
   332 
   332 // -----------------------------------------------------------------------------
   333 // -----------------------------------------------------------------------------
   333 // CBavpController::ParseRamFileL
   334 // CBavpController::ParseRamFileL
   334 // Read the ram file and parse the the url, put into iClipInfo->iUrl
   335 // Read the ram file and parse the the url, put into iClipInfo->iUrl
   864         }
   865         }
   865 
   866 
   866     HandleCommandL( aCommand );
   867     HandleCommandL( aCommand );
   867     }
   868     }
   868 */
   869 */
       
   870 
       
   871 // -----------------------------------------------------------------------------
       
   872 // HandleGesture(TGestureEvent *gesture)
       
   873 // -----------------------------------------------------------------------------
       
   874 TBool CBavpController::HandleGesture(TGestureEvent* /*gesture*/)
       
   875     {
       
   876     // should be implemented in derrived class.    
       
   877     return EFalse;
       
   878     }
       
   879 
   869 //  End of File
   880 //  End of File