MImConnectionObserver Class Reference

API published in: S60 3rd Ed

Capability Information

Required Capabilities

NetworkServices ReadUserData

Exceptions

None


#include <imconnection.h>

Detailed Description

Connection Observer interface.

Public Member Functions

virtual void  HandleLoginL (const TInt aErrorCode)=0
  Method is called when the LoginL() is completed.
virtual void  HandleCancelLoginL (const TInt aErrorCode)=0
  Method is called when the CancelLoginL() is completed.
virtual void  HandleLogoutL (const TInt aErrorCode)=0
  Method is called when the LogoutL() is completed.

Member Function Documentation

virtual void MImConnectionObserver::HandleCancelLoginL const TInt  aErrorCode  )  [pure virtual]
 

Method is called when the CancelLoginL() is completed.

Parameters:
aErrorCode  status code
virtual void MImConnectionObserver::HandleLoginL const TInt  aErrorCode  )  [pure virtual]
 

Method is called when the LoginL() is completed.

Parameters:
aErrorCode  status code
virtual void MImConnectionObserver::HandleLogoutL const TInt  aErrorCode  )  [pure virtual]
 

Method is called when the LogoutL() is completed.

Also called in situations when the Logout was initiated by the server or another client which was using the same connection

Parameters:
aErrorCode  status code

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top