MSIPSecObserver Class Reference

class MSIPSecObserver

A callback that is used for notifying when SIPSec cache has been updated after receving a response which lead to an asynchronous operation in SIPSec.

SipServer.exe

Public Member Functions
voidSIPSecCacheUpdated(TBool)

Member Functions Documentation

SIPSecCacheUpdated(TBool)

voidSIPSecCacheUpdated(TBoolaSuccess)[pure virtual]

Called when an asynchronous cache update has been completed. May lead to a direct call to CSIPSec::AddSecurityParamsL.

Parameters

TBool aSuccessstatus of the cache update ETrue if the cache has been successfully updated. Otherwise EFalse.