home *** CD-ROM | disk | FTP | other *** search
- // PdfDataRecognizer.h
- //
- // Copyright (c) 1997-1999 Symbian Ltd. All rights reserved.
- //
- // Copyright (c) 1999 Sander van der Wal.
- //
- #ifndef __PDFDATARECOGNIZER_H__
- #define __PDFDATARECOGNIZER_H__
-
- // $Id: Pdfdatarecognizer.h 1.1 2000-09-17 15:08:14+02 svdwal Exp svdwal $
-
- // AppArc
- #ifndef __APMREC_H__
- #include <apmrec.h>
- #endif
-
- class CPdfDataRecognizer : public CApaDataRecognizerType
- {
- public:
- CPdfDataRecognizer();
-
- // -- CApaDataRecognizerType
- public:
- TUint PreferredBufSize();
- TDataType SupportedDataTypeL(TInt aIndex) const;
- private:
- void DoRecognizeL(const TDesC& aName, const TDesC8& aBuffer);
- };
-
- #endif