equal
deleted
inserted
replaced
31 #include <e32base.h> |
31 #include <e32base.h> |
32 |
32 |
33 class CHbDeviceProgressDialogSymbianPrivate; |
33 class CHbDeviceProgressDialogSymbianPrivate; |
34 class MHbDeviceProgressDialogObserver; |
34 class MHbDeviceProgressDialogObserver; |
35 |
35 |
36 class CHbDeviceProgressDialogSymbian : public CBase |
36 class CHbDeviceProgressDialogSymbian |
|
37 #if !defined(HB_DOXYGEN) |
|
38 : public CBase |
|
39 #endif // !defined(HB_DOXYGEN) |
37 { |
40 { |
38 public: |
41 public: |
39 |
42 |
40 enum TType { |
43 enum TType { |
41 EProgressDialog, |
44 EProgressDialog, |
87 |
90 |
88 CHbDeviceProgressDialogSymbian(); |
91 CHbDeviceProgressDialogSymbian(); |
89 void ConstructL(TType aType); |
92 void ConstructL(TType aType); |
90 CHbDeviceProgressDialogSymbianPrivate* d; |
93 CHbDeviceProgressDialogSymbianPrivate* d; |
91 friend class CHbDeviceProgressDialogSymbianPrivate; |
94 friend class CHbDeviceProgressDialogSymbianPrivate; |
|
95 friend class HbDeviceDialogsExtensionSymbian; |
92 }; |
96 }; |
93 |
97 |
94 class MHbDeviceProgressDialogObserver |
98 class MHbDeviceProgressDialogObserver |
95 { |
99 { |
96 public: |
100 public: |