equal
deleted
inserted
replaced
120 // Data members. |
120 // Data members. |
121 TUint32 iTitle; // The title of the current box. |
121 TUint32 iTitle; // The title of the current box. |
122 TInt iBrandIndex; |
122 TInt iBrandIndex; |
123 TBool iIsFinished; |
123 TBool iIsFinished; |
124 TInt64 iSize; // The current box's size. |
124 TInt64 iSize; // The current box's size. |
|
125 TBool iSizeIn32bit; |
125 CReader& iReader; |
126 CReader& iReader; |
126 TFlags& iFlags; |
127 TFlags& iFlags; |
127 TBool iVideoAssumed; |
128 TBool iVideoAssumed; |
128 }; |
129 }; |
129 |
130 |