equal
deleted
inserted
replaced
15 |
15 |
16 // |
16 // |
17 // Constants. |
17 // Constants. |
18 // |
18 // |
19 |
19 |
20 const TInt KMaxHeapSize = KMinHeapSize * 1024; |
20 const TInt KMaxHeapSize = 1024*1024; // 1 MB |
21 |
21 |
22 |
22 |
23 // |
23 // |
24 // CCommandWrapperBase. |
24 // CCommandWrapperBase. |
25 // |
25 // |