equal
deleted
inserted
replaced
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 |