remotemgmt_plat/syncml_client_api/inc/SyncMLErr.h
branchRCL_3
changeset 24 13d7c31c74e0
parent 0 b497e44ab2fc
child 25 b183ec05bd8c
--- 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. */