equal
deleted
inserted
replaced
147 TInt iMaxOutputBufHardLimit; |
147 TInt iMaxOutputBufHardLimit; |
148 // Soft limit for max output buffers |
148 // Soft limit for max output buffers |
149 TInt iMaxOutputBufSoftLimit; |
149 TInt iMaxOutputBufSoftLimit; |
150 // Current output file size |
150 // Current output file size |
151 TInt64 iOutputFileSize; |
151 TInt64 iOutputFileSize; |
152 // Output file setsize cooldown |
|
153 //(setsize is done only after previously added size has been written to) |
|
154 TInt64 iOutputFileSetSizeCooldown; |
|
155 |
152 |
156 // Output file for writes. |
153 // Output file for writes. |
157 RFile64* iOutputFile; |
154 RFile64* iOutputFile; |
158 // Queue of empty write buffers. |
155 // Queue of empty write buffers. |
159 RPointerArray<HBufC8> iEmptyBufferQueue; |
156 RPointerArray<HBufC8> iEmptyBufferQueue; |