internetradio2.0/irfilerecognizer/src/irrecognizer.cpp
changeset 15 065198191975
parent 14 896e9dbc5f19
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
    21 
    21 
    22 #include "irdebug.h"
    22 #include "irdebug.h"
    23 #include "irrecognizer.h"
    23 #include "irrecognizer.h"
    24 
    24 
    25 // CONSTANTS
    25 // CONSTANTS
    26 //voilate PC Lint Warning 569: Loss of information (initialization) 
       
    27 //(32 bits to 31 bits)
       
    28 // Uid of the recogniser
       
    29 //const TUid KUidIRRecognizer={0x2000B499}
       
    30 
    26 
    31 // If the file name length > 4, the file extension might be valid                  
    27 // If the file name length > 4, the file extension might be valid                  
    32 const TInt KPlsFileExtensionsMightBeValid = 4;  
    28 const TInt KPlsFileExtensionsMightBeValid = 4;  
    33 const TInt KM3uFileExtensionsMightBeValid = 4;
    29 const TInt KM3uFileExtensionsMightBeValid = 4;
    34 
    30