MCustomInterfaceSupport Class Reference
class MCustomInterfaceSupport |
An interface to get Custom Interface.
Member Functions Documentation
RegisterObserver(MCustomInterfaceSupportObserver &)
Registers an interface support observer.
The observer will be notified when the custom interface has been removed .
RequestCustomInterface(TUid, TAny *&)
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.
Parameters
TUid aUid | the Uid of the CI . |
TAny *& aPtr | on returns contains a pointer to the CI. |
UnRegisterObserver(MCustomInterfaceSupportObserver &)
Unregisters an interface support observer.
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.