remotemgmt_plat/dm_constant_definitions_api/inc/nsmldmconst.h
branchRCL_3
changeset 25 b183ec05bd8c
parent 9 57a65a3a658c
child 26 19bba8228ff0
--- a/remotemgmt_plat/dm_constant_definitions_api/inc/nsmldmconst.h	Thu Aug 19 10:44:50 2010 +0300
+++ b/remotemgmt_plat/dm_constant_definitions_api/inc/nsmldmconst.h	Tue Aug 31 16:04:06 2010 +0300
@@ -27,19 +27,15 @@
 // SyncML notification MIME type
 _LIT( KNSmlDMNotificationMIMEType, "application/vnd.syncml.notification" );
 // FOTA
-const TInt KNSmlDMResetGenAlerts = -2;
-const TInt KNSmlMaxInt32Length = 10;
-// UID of the Sosserver
 const TUid KPSUidNSmlSOSServerKey = {0x101F99FB};
-
-// PubSub key used to share information about the ongoing Device Management Job
-const TUint32 KNSmlDMSilentJob = 0x0000002;
-
+const TUint32 KNSmlDMSilentJob = 0x0000005;
 enum TDmSessionType
 {
 ESilent = 1,
 ENonSilent
 };
+const TInt KNSmlDMResetGenAlerts = -2;
+const TInt KNSmlMaxInt32Length = 10;
 // FOTA end
 
 #endif //__NSMLDMCONST_H__
\ No newline at end of file