internetradio2.0/irfilerecognizer/inc/irrecognizer.h
changeset 15 065198191975
parent 14 896e9dbc5f19
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
    18 
    18 
    19 #ifndef IRRECOGNIZER_H
    19 #ifndef IRRECOGNIZER_H
    20 #define IRRECOGNIZER_H
    20 #define IRRECOGNIZER_H
    21 
    21 
    22 #include <apmrec.h>
    22 #include <apmrec.h>
       
    23 #include "iruid3.hrh"
    23 
    24 
    24 const TInt KIRRecognizerImplementationUid = 0x2000B4DE;
    25 const TInt KIRRecognizerImplementationUid = UID3_IRFILERECOGNIZER_DLL_IMPLEMENTATION_UID;
    25 const TUid KIRRecognizerDllUid = {0x2000B4A9};
    26 const TUid KIRRecognizerDllUid = {UID3_IRFILERECOGNIZER_DLL};
    26 /**
    27 /**
    27  * Recognizer plug-in for .Pls files.
    28  * Recognizer plug-in for .Pls files.
    28  * 
    29  * 
    29  * @code
    30  * @code
    30  * Uses Methods from the base class CApaDataRecognizerType
    31  * Uses Methods from the base class CApaDataRecognizerType