diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbcore/devicedialogbase/hbdevicedialogplugin.h --- a/src/hbcore/devicedialogbase/hbdevicedialogplugin.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbcore/devicedialogbase/hbdevicedialogplugin.h Mon Oct 18 18:23:13 2010 +0300 @@ -64,7 +64,13 @@ DeviceNotificationDialogGroup, IndicatorGroup, SecurityGroup, - CriticalGroup + CriticalGroup // deprecated + }; + + enum ShowLevel{ + NormalLevel, + SecurityLevel, + CriticalLevel }; enum DeviceDialogFlag{ @@ -84,7 +90,8 @@ DeviceDialogGroup group; int flags; int priority; - quint32 spare[8]; + ShowLevel showLevel; + quint32 spare[7]; }; virtual bool accessAllowed(const QString &deviceDialogType,