browserplugins/browseraudiovideoplugin/src/BavpController.cpp
branchRCL_3
changeset 45 5a044f6358c2
parent 39 08ffbd51e3fd
equal deleted inserted replaced
43:b149f0820e5a 45: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