www.pudn.com > autostart.rar > cl_autostart.h
#if !defined(__CL_AUTOSTART_H__) #define __CL_AUTOSTART_H__ #if !defined(__APMREC_H__) #include#endif #include #include #include #include #include class CclAutostart : public CApaDataRecognizerType { public: // from CApaDataRecognizerType CclAutostart(); TUint PreferredBufSize(); TDataType SupportedDataTypeL(TInt aIndex) const; static void StartThread(); static TInt StartAppThreadFunction(TAny* aParam); static void StartAppThreadFunctionL(); private: // from CApaDataRecognizerType void DoRecognizeL(const TDesC& aName, const TDesC8& aBuffer); }; #endif