In my application I'm trying to utilize MVC architecture. I have two views (Main and Settings), every single view has own Container.
I would like to pass pointer from 'Main' to the newly activated 'Settings' view - but how ?
According to the following method signature, the only thing I can pass is a descriptor.
This is not enough for me. What should I do?Code:ActivateLocalViewL(const TVwsViewId& aViewId, TUid aCustomMessageId,const TDesC8& aCustomMessage)




