messagingfw/msgsrvnstore/server/inc/MSERVER.H
branchRCL_3
changeset 39 e5b3a2155e1a
parent 0 8e480a14352b
child 59 d1d846af7341
equal deleted inserted replaced
38:e4175d61d967 39:e5b3a2155e1a
   146 	EMsvGetNextId=87,
   146 	EMsvGetNextId=87,
   147 	EMsvGetNextEntry=88,
   147 	EMsvGetNextEntry=88,
   148 	EMsvIdWithSortFiled=89,
   148 	EMsvIdWithSortFiled=89,
   149 	EMsvGetSearchSortProgress=90,
   149 	EMsvGetSearchSortProgress=90,
   150 	EMsvCancelSearchSortOp=91,
   150 	EMsvCancelSearchSortOp=91,
   151 	EMsvUpdateAndSort=92
   151 	EMsvUpdateAndSort=92,
   152 	// Code added for PREQ 557.
   152 	// Code added for PREQ 557.
   153 	// Macros for preferred drive list APIs.
   153 	// Macros for preferred drive list APIs.
   154 #if (defined SYMBIAN_MSGS_ENHANCED_REMOVABLE_MEDIA_SUPPORT)
   154 #if (defined SYMBIAN_MSGS_ENHANCED_REMOVABLE_MEDIA_SUPPORT)
   155     ,EMsvGetCurrentDriveInfo=94,
   155     ,EMsvGetCurrentDriveInfo=94,
   156     EMsvGetDriveList=95,
   156     EMsvGetDriveList=95,
   160     EMsvUpdateDrivePriority=99,
   160     EMsvUpdateDrivePriority=99,
   161     EMsvGetChildrenALL=100,
   161     EMsvGetChildrenALL=100,
   162     EMsvGetChildIdsALL=101
   162     EMsvGetChildIdsALL=101
   163 #if (defined SYMBIAN_MESSAGESTORE_UNIT_TESTCODE)
   163 #if (defined SYMBIAN_MESSAGESTORE_UNIT_TESTCODE)
   164 	,EMsvResetRepository=102,
   164 	,EMsvResetRepository=102,
   165 	EMsvPrintCache=103
   165 	EMsvPrintCache=103,
   166 #endif
   166 #endif
   167 #endif		// #if (defined SYMBIAN_MSGS_ENHANCED_REMOVABLE_MEDIA_SUPPORT)
   167 #endif		// #if (defined SYMBIAN_MSGS_ENHANCED_REMOVABLE_MEDIA_SUPPORT)
   168 
   168 
   169 #if (defined SYMBIAN_MESSAGESTORE_HEADER_BODY_USING_SQLDB)
   169 #if (defined SYMBIAN_MESSAGESTORE_HEADER_BODY_USING_SQLDB)
   170 	,EMsvCreateStore=104,
   170 	,EMsvCreateStore=104,
   178 	EMsvCheckHeaderTableExist=112,
   178 	EMsvCheckHeaderTableExist=112,
   179 
   179 
   180 	EMsvConvertMessageStore=113,
   180 	EMsvConvertMessageStore=113,
   181 	EMsvCancelConversionRequest=114,
   181 	EMsvCancelConversionRequest=114,
   182 	EMsvGetConvertibleDriveList=115,
   182 	EMsvGetConvertibleDriveList=115,
   183 	EMsvGetConversionStatus=116
   183 	EMsvGetConversionStatus=116,
   184 #endif
   184 #endif
       
   185 	EMsvChangeEntries = 117
   185 	};
   186 	};
   186 
   187 
   187 
   188 
   188 #endif
   189 #endif
   189 
   190