class MCustomInterfaceSupport |
An interface to get Custom Interface.
Public Member Functions | |
---|---|
TInt | RegisterObserver ( MCustomInterfaceSupportObserver &) |
TInt | RequestCustomInterface ( TUid , TAny *&) |
void | UnRegisterObserver ( MCustomInterfaceSupportObserver &) |
TInt | RegisterObserver | ( | MCustomInterfaceSupportObserver & | aObserver | ) | [pure virtual] |
Registers an interface support observer.
The observer will be notified when the custom interface has been removed .
MCustomInterfaceSupportObserver & aObserver | the observer reference to register. |
TInt | RequestCustomInterface | ( | TUid | aUid, |
TAny *& | aPtr | |||
) | [pure virtual] |
Request custom interface associated with aUid. Whether multiple calls returns the same pointer and/or ownership is transferred depends on the specific uid.
void | UnRegisterObserver | ( | MCustomInterfaceSupportObserver & | aObserver | ) | [pure virtual] |
Unregisters an interface support observer.
MCustomInterfaceSupportObserver & aObserver | the observer reference to unregister. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.