equal
deleted
inserted
replaced
172 CActiveSchedulerWait* iWait; |
172 CActiveSchedulerWait* iWait; |
173 bool mEntryViewCreated; |
173 bool mEntryViewCreated; |
174 bool mInstanceViewCreated; |
174 bool mInstanceViewCreated; |
175 mutable int iError; |
175 mutable int iError; |
176 bool mIsDeleting; |
176 bool mIsDeleting; |
|
177 bool mIsInstanceViewBeingDeleted; |
|
178 bool mIsEntryViewBeingDeleted; |
177 |
179 |
178 enum CompareResult { |
180 enum CompareResult { |
179 Equal = 0, // 1. == 2. |
181 Equal = 0, // 1. == 2. |
180 LessThan = -1, // 1. < 2. |
182 LessThan = -1, // 1. < 2. |
181 GreaterThan = 1 // 1. > 2. |
183 GreaterThan = 1 // 1. > 2. |