equal
deleted
inserted
replaced
75 */ |
75 */ |
76 void ConstructL(); |
76 void ConstructL(); |
77 private: // from CActive |
77 private: // from CActive |
78 /** @see CActive::RunL() */ |
78 /** @see CActive::RunL() */ |
79 void RunL(); |
79 void RunL(); |
|
80 TInt RunError(TInt aError); |
80 /** @see CActive::DoCancel() */ |
81 /** @see CActive::DoCancel() */ |
81 void DoCancel(); |
82 void DoCancel(); |
82 private: // data |
83 private: // data |
83 CSCPQueryDialog* iDialog; //not owned! |
84 CSCPQueryDialog* iDialog; //not owned! |
84 RProperty iProperty; |
85 RProperty iProperty; |