class CXIMPApiObjBase : public CBase |
Base class for all XIMP API implementations.
Public Member Functions | |
---|---|
~CXIMPApiObjBase () | |
MXIMPBase & | Base () |
const MXIMPBase & | Base () |
Protected Member Functions | |
---|---|
CXIMPApiObjBase () | |
IMPORT_C TAny * | HandleUnknownGetInterface ( TInt32 , MXIMPBase::TIfGetOps ) |
IMPORT_C | CXIMPApiObjBase | ( | ) | [protected] |
All XIMP Framework concrete API object implementations are derived from this class.
IMPORT_C TAny * | HandleUnknownGetInterface | ( | TInt32 | aInterfaceId, |
MXIMPBase::TIfGetOps | aOps | |||
) | const [protected] |
Handler for unknown interface access cases.
All XIMP Framework API object implementations should call this to handle access request for unknown interface type.
TInt32 aInterfaceId | Interface identifier identifying the interface which was tried to retrieve. |
MXIMPBase::TIfGetOps aOps | Options for interface retrieval from client. |
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.