class MXIMPProtocolRequestCompleteEvent : public MXIMPBase |
Interface for protocol request completion event. This interface is implemented by XIMP Framework.
This event is signalled from XIMP Framework to protocol adaptation to inform protocol implementation about its request completion (succesfully or otherwise).
Public Member Functions | |
---|---|
const TXIMPRequestId & | RequestId () |
TInt | ResultCode () |
Protected Member Functions | |
---|---|
~MXIMPProtocolRequestCompleteEvent () |
Inherited Functions | |
---|---|
MXIMPBase::GetInterface(TInt32,TIfGetOps) | |
MXIMPBase::GetInterface(TInt32,TIfGetOps)const | |
MXIMPBase::GetInterfaceId()const | |
MXIMPBase::~MXIMPBase() |
Inherited Enumerations | |
---|---|
MXIMPBase:@26 | |
MXIMPBase:TIfGetOps |
~MXIMPProtocolRequestCompleteEvent | ( | ) | [protected, inline, virtual] |
Protected destructor. Event objects can't be deleted via this interface.
const TXIMPRequestId & | RequestId | ( | ) | const [pure virtual] |
Gets request id of the completed request.
TInt | ResultCode | ( | ) | const [pure virtual] |
Gets request completion code.
one of the system wide errors
one of the XIMP specific errors defined in ximperrors.hrh and in presenceerrors.hrh
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.