MXIMPContextClientInfo Class Reference

class MXIMPContextClientInfo : public MXIMPBase

Interface for XIMP context client info object.

XIMP context client info object presents information about single XIMP context client.

Since
S60 v3.2

Inherits from

Constructor & Destructor Documentation

~MXIMPContextClientInfo()

~MXIMPContextClientInfo ( ) [inline, virtual]

Public destructor. Objects can be deleted through this interface.

Member Functions Documentation

ClientId()

const MXIMPIdentity & ClientId ( ) const [pure virtual]

Returns XIMP context client identity value.

SetClientIdL(MXIMPIdentity *)

void SetClientIdL ( MXIMPIdentity * aIdentity ) [pure virtual]

Sets XIMP context client identity value.

leave
KErrNoMemory if failed to allocate memory.
leave
KErrArgument if NULL argument were provided.

Parameters

MXIMPIdentity * aIdentity New XIMP context client identity value. Ownership of the argument is transfered to callee, if method succeeds without a leave.