diff -r b183ec05bd8c -r 19bba8228ff0 remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h --- a/remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h Tue Aug 31 16:04:06 2010 +0300 +++ b/remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h Wed Sep 01 12:27:42 2010 +0100 @@ -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. */