javauis/nokiauiapi_qt/inc/CSoftNotification.h
changeset 87 1627c337e51e
parent 78 71ad690e91f5
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
    12 #ifndef CSOFTNOTIFICATION_H
    12 #ifndef CSOFTNOTIFICATION_H
    13 #define CSOFTNOTIFICATION_H
    13 #define CSOFTNOTIFICATION_H
    14 
    14 
    15 #include <e32base.h>
    15 #include <e32base.h>
    16 #include <jni.h>
    16 #include <jni.h>
    17 #include <HbIndicatorsymbian.h>
    17 #include <hbindicatorsymbian.h>
    18 #include <HbDeviceNotificationDialogsymbian.h>
    18 #include <HbDeviceNotificationDialogsymbian.h>
    19 
    19 
    20 NONSHARABLE_CLASS(CSoftNotification) : public CBase,
    20 NONSHARABLE_CLASS(CSoftNotification) : public CBase,
    21         MHbIndicatorSymbianObserver, MHbDeviceNotificationDialogObserver
    21         MHbIndicatorSymbianObserver, MHbDeviceNotificationDialogObserver
    22     {
    22     {