agendainterface/agendautil/inc/agendautil_p.h
changeset 51 0b38fc5b94c6
parent 45 b6db4fd4947b
child 55 2c54b51f39c4
equal deleted inserted replaced
46:ecd7b9840282 51:0b38fc5b94c6
   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.