browserplugins/browseraudiovideoplugin/src/BavpController.cpp
branchRCL_3
changeset 62 5a044f6358c2
parent 55 08ffbd51e3fd
equal deleted inserted replaced
60:b149f0820e5a 62:5a044f6358c2
    42 
    42 
    43 using namespace RT_GestureHelper;
    43 using namespace RT_GestureHelper;
    44 
    44 
    45 // CONSTANTS
    45 // CONSTANTS
    46 const TInt KBavpMaxLinkFileSize = 5120; // 5kB
    46 const TInt KBavpMaxLinkFileSize = 5120; // 5kB
       
    47 #ifdef __PLATFORM_VERSION_32__
    47 const TInt KRectPadding = 2;
    48 const TInt KRectPadding = 2;
       
    49 #endif
    48 
    50 
    49 // Define our static BavpController array
    51 // Define our static BavpController array
    50 RPointerArray<CBavpController> CBavpController::iBavpControllerArray;
    52 RPointerArray<CBavpController> CBavpController::iBavpControllerArray;
    51 
    53 
    52 
    54