internetradio2.0/inc/irpubsubkeys.h
changeset 15 065198191975
parent 14 896e9dbc5f19
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
    50     {
    50     {
    51     EIRStateBufferingStart,
    51     EIRStateBufferingStart,
    52     EIRStateBufferingStop,
    52     EIRStateBufferingStop,
    53     EIRStateBufferingError
    53     EIRStateBufferingError
    54     };
    54     };
    55 
       
    56 /** 
       
    57  * Internet Radio application Uid
       
    58  */
       
    59  
       
    60 //violates PC Lint Warning 569: Loss of information 
       
    61 //(initialization) (32 bits to 31 bits)
       
    62 
       
    63 const TUid KUidActiveInternetRadioApp = {0x2000B499};
       
    64 
    55 
    65 /** 
    56 /** 
    66  * IR Publish and Subscribe keys base value
    57  * IR Publish and Subscribe keys base value
    67  */
    58  */
    68 const TUint32 KIRPubSubBase = { 0x00000020 } ;
    59 const TUint32 KIRPubSubBase = { 0x00000020 } ;