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).

Public Member Functions
TAny * GetInterfaceByUid ( TUid )

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.

Parameters

TUid