email/pop3andsmtpmtm/clientmtms/inc/cimfinder.h
changeset 34 84197e66a4bd
parent 0 72b543305e3a
child 60 7fdbb852d323
equal deleted inserted replaced
31:ebfee66fde93 34:84197e66a4bd
    55 	void ConstructL();
    55 	void ConstructL();
    56 	CImFinder(CMsvEntry& aEntry);
    56 	CImFinder(CMsvEntry& aEntry);
    57 
    57 
    58 private:
    58 private:
    59 	void DoRunL();
    59 	void DoRunL();
    60 
    60 	void DoCancel();
    61 	virtual void AddChildEntriesL() = 0;
    61 	virtual void AddChildEntriesL() = 0;
    62 	virtual TBool IsRequiredEntryType(TUid aEntryType) const = 0;
    62 	virtual TBool IsRequiredEntryType(TUid aEntryType) const = 0;
    63 
    63 
    64 protected:
    64 protected:
    65 	CImEntryStack* iEntryStack;
    65 	CImEntryStack* iEntryStack;