diff -r 7be2816dbabd -r 137ebc85284b idlehomescreen/sapiwrapper/cpswrapper/inc/cpsconst.h --- a/idlehomescreen/sapiwrapper/cpswrapper/inc/cpsconst.h Tue May 11 16:02:39 2010 +0300 +++ b/idlehomescreen/sapiwrapper/cpswrapper/inc/cpsconst.h Tue May 25 12:29:32 2010 +0300 @@ -38,6 +38,9 @@ _LIT( KDelete16, "delete" ); _LIT8( KAdd, "add" ); _LIT( KAdd16, "add" ); + _LIT( KUpdate16, "update" ); + _LIT8( KUpdate, "update" ); + _LIT8( KAddUpdateDelete , "add:update:delete" ); _LIT8( KRequestNotification, "RequestNotification" ); _LIT8( KType, "type" ); _LIT8( KGetList, "GetList" );