00001 00010 #ifndef RECSID_H__ 00011 #define RECSID_H__ 00012 00013 00014 #include <apmrec.h> 00015 00020 class CRecSid : public CApaDataRecognizerType 00021 { 00022 public: 00023 CRecSid(); 00024 00025 // -- CApaDataRecognizerType 00026 public: 00027 TUint PreferredBufSize(); 00028 TDataType SupportedDataTypeL(TInt aIndex) const; 00029 private: 00030 void DoRecognizeL(const TDesC& aName, const TDesC8& aBuffer); 00031 }; 00032 00033 #endif // RECSID_H__