conn::CSBECallbackHandler Class Reference
class conn::CSBECallbackHandler : public CActive
|
The Callback Handler for the
RSBEClientSession
This class implements an Active Object interface in order to perform asynchronous calls in a callback manner.
Inherits from
-
conn::CSBECallbackHandler
Constructor & Destructor Documentation
CSBECallbackHandler(RSBEClientSession &)
Member Functions Documentation
CancelRequest()
Cancels outsanding request
CompleteObserver(TInt)
void
|
CompleteObserver
|
(
|
TInt
|
aError
|
)
|
[private]
|
Method for completing Client's request status
Parameters
TInt
aError
|
Completion Error
|
ConstructL()
void
|
ConstructL
|
(
|
)
|
[private]
|
Symbian second phase constructor
DoCancel()
void
|
DoCancel
|
(
|
)
|
[private, virtual]
|
CActive::DoCancel()
implmenation Completes observer's status with KErrCancel and sets the state to None
NewL(RSBEClientSession &)
RunError(TInt)
TInt
|
RunError
|
(
|
TInt
|
aError
|
)
|
[private, virtual]
|
RunL()
void
|
RunL
|
(
|
)
|
[private, virtual]
|
StartL(TRequestStatus &, TState)
Parameters
TRequestStatus
& aStatus
|
Reference to the Client's request Status
|
TState
aState
|
State in order to make a relevant callback
|
Member Data Documentation
RSBEClientSession & iClientSession
Reference to the Client Session Class
TRequestStatus * iObserver
TState
iState
State to know which function to run
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.