messagingfw/msgsrvnstore/server/inc/MSVFIND.H
changeset 58 6c34d0baa0b1
parent 0 8e480a14352b
equal deleted inserted replaced
55:6f4453afd006 58:6c34d0baa0b1
   151 	IMPORT_C ~CMsvFindOperation();
   151 	IMPORT_C ~CMsvFindOperation();
   152 	//
   152 	//
   153 	IMPORT_C const TDesC8& ProgressL();
   153 	IMPORT_C const TDesC8& ProgressL();
   154 	IMPORT_C const TDesC8& FinalProgress();
   154 	IMPORT_C const TDesC8& FinalProgress();
   155 	//
   155 	//
   156 	inline const CMsvFindResultSelection& GetFindResult() const;
   156 	inline const CMsvFindResultSelection& GetFindResult() const{return *iFindResultSel;};
   157 	//
   157 	//
   158 protected:
   158 protected:
   159 	IMPORT_C CMsvFindOperation(CMsvSession& aSession, const TDesC& aTextToFind, TMsvPartList aPartList, TRequestStatus& aObserverRequestStatus);
   159 	IMPORT_C CMsvFindOperation(CMsvSession& aSession, const TDesC& aTextToFind, TMsvPartList aPartList, TRequestStatus& aObserverRequestStatus);
   160 	IMPORT_C void ConstructFindInChildrenL(TMsvId aId);
   160 	IMPORT_C void ConstructFindInChildrenL(TMsvId aId);
   161 	IMPORT_C void ConstructFindInSelectionL(const CMsvEntrySelection& aSelection);
   161 	IMPORT_C void ConstructFindInSelectionL(const CMsvEntrySelection& aSelection);
   185 	CMsvChildMessages* iChildMessages;
   185 	CMsvChildMessages* iChildMessages;
   186 	TMsvId iCurrentId;
   186 	TMsvId iCurrentId;
   187 	TMsvEntry iEntry;
   187 	TMsvEntry iEntry;
   188 	};
   188 	};
   189 
   189 
   190 #include <msvfind.inl>
   190 
   191 
   191 
   192 #endif
   192 #endif
   193 
   193