src/hbcore/devicedialogbase/hbdevicedialogsymbian.h
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    62         EImmediateResourceReservation = 0x1,
    62         EImmediateResourceReservation = 0x1,
    63         EASyncServerStartup = 0x2
    63         EASyncServerStartup = 0x2
    64     };
    64     };
    65 
    65 
    66     IMPORT_C static CHbDeviceDialogSymbian* NewL(TInt aFlags = ENoDeviceDialogFlags);
    66     IMPORT_C static CHbDeviceDialogSymbian* NewL(TInt aFlags = ENoDeviceDialogFlags);
    67     IMPORT_C ~CHbDeviceDialogSymbian();
    67     IMPORT_C virtual ~CHbDeviceDialogSymbian();
    68 
    68 
    69     IMPORT_C TInt Show(const TDesC& aDeviceDialogType, const CHbSymbianVariantMap& aParameters, MHbDeviceDialogObserver* aObserver = NULL);
    69     IMPORT_C TInt Show(const TDesC& aDeviceDialogType, const CHbSymbianVariantMap& aParameters, MHbDeviceDialogObserver* aObserver = NULL);
    70     IMPORT_C CHbSymbianVariantMap* ReceivedDataL() const;
    70     IMPORT_C CHbSymbianVariantMap* ReceivedDataL() const;
    71     IMPORT_C TInt Update(const CHbSymbianVariantMap& aParameters);
    71     IMPORT_C TInt Update(const CHbSymbianVariantMap& aParameters);
    72     IMPORT_C void Cancel();
    72     IMPORT_C void Cancel();