deviceupdatesui/deviceupdates/inc/nsmldmsyncinternalpskeys.h
changeset 67 fdbfe0a95492
parent 33 7464c1e21dae
equal deleted inserted replaced
62:03849bd79877 67:fdbfe0a95492
    74 
    74 
    75 //PubSub key used to store the status of whether the DM is busy or not 
    75 //PubSub key used to store the status of whether the DM is busy or not 
    76 //Sets by DM UI & used by IAD or others
    76 //Sets by DM UI & used by IAD or others
    77 const TUint32 KDMIdle = 0x0000000C; 
    77 const TUint32 KDMIdle = 0x0000000C; 
    78 const TUint32 KSilentSession = 0x0000000D;
    78 const TUint32 KSilentSession = 0x0000000D;
       
    79 
       
    80 //PubSub key used to store the information regarding whether DM has been launched 
       
    81 // by Control panel or not
       
    82 const TUint32 KDMLaunched = 0x0000000E;
    79 #endif // NSMLDMSYNCINTERNALPSKEYS_H
    83 #endif // NSMLDMSYNCINTERNALPSKEYS_H
    80             
    84             
    81 // End of File
    85 // End of File