diff -r 84a16765cd86 -r 98b66e4fb0be iaupdate/IAD/engine/inc/iaupdatenode.h --- a/iaupdate/IAD/engine/inc/iaupdatenode.h Fri Mar 19 09:33:35 2010 +0200 +++ b/iaupdate/IAD/engine/inc/iaupdatenode.h Fri Apr 16 15:05:20 2010 +0300 @@ -69,8 +69,13 @@ * So, its content is given as separate packages * that are included in this service pack. */ - EPackageTypeServicePack - + EPackageTypeServicePack, + + /** + * The node content is widget. + */ + EPackageTypeWidget + };