MClass
| Wed, 2008-04-02 11:48 | |
|
Hi all, (1) class MCoeControlObserver:CBase virtual void HandleControlEventL(CCoeControl* aControl,TCoeEvent aEventType)=0; Problem is here //
|
|
| Wed, 2008-04-02 11:48 | |
|
Hi all, (1) class MCoeControlObserver:CBase virtual void HandleControlEventL(CCoeControl* aControl,TCoeEvent aEventType)=0; Problem is here //
|
|
Forum posts: 1093
I tried to understand your question, but I was not successful.
But anyway, what are you trying to do, but can't? Why don't you just implement HandleControlEventL in your CViewAppContainer class, like everyone does?
MCoeControlObserver is not derived from CBase, and you can't change that, because that's defined by Symbian.
René Brunner
Forum posts: 12
Hi
Thanks for solving my problem.
Satish Khatri