00001 00010 #ifndef RECSIDFILE_H__ 00011 #define RECSIDFILE_H__ 00012 00013 #include <apadef.h> 00014 #include <apaflrec.h> 00015 00016 00017 class CRecSidFile : public CApaFileRecognizerType 00018 { 00019 public: 00020 virtual TThreadId RunL(TApaCommand aCommand, const TDesC* aDocFileName=NULL,const TDesC8* aTailEnd=NULL) const; 00021 private: 00022 TRecognizedType DoRecognizeFileL(RFs& aFs, TUidType aType); 00023 }; 00024 00025 #endif // RECSIDFILE_H__