diff -r 4af31167ea77 -r 13d7c31c74e0 remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h --- a/remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h Thu Jul 15 19:36:11 2010 +0300 +++ b/remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h Thu Aug 19 10:44:50 2010 +0300 @@ -121,6 +121,11 @@ const TInt KErrGeneral = KErrSyncEngineErrorBase - 94; + /* Implementation of CMCC PIM v3 begins*/ + /** Server is full - CMCC PIM v3 specific*/ + const TInt KErrServerFull = KErrSyncEngineErrorBase - 95; + /* Implementation of CMCC PIM v3 ends*/ + /** Base value for push message parser-related errors. */ const TInt KErrPushMessageParserErrorBase = -8451; // 8451 - 8480 /** Push message is too short. */