MSenExtendedConsumerInterface Class Reference
class MSenExtendedConsumerInterface |
Callback interface for extended consumer interface. When this interface is provided to service connection as constructor argument, the service connection (web services stack) can later on query for a variety of different interfaces, extensions, from the application. Each extension (interface) is has unique identifier (UID).
Member Functions Documentation
GetInterfaceByUid(TUid)
TAny * | GetInterfaceByUid | ( | TUid | | ) | [inline, virtual] |
Service connection calls this method several times, passing a different UID per each call. If application wants to provide particular interface to service connection (web services stack), it needs to return a pointer to such M-class as a return value of this method. For any interface, that application has not implemented, it is supposed to return NULL.
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.