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
void SIPSecCacheUpdated ( TBool )

Member Functions Documentation

SIPSecCacheUpdated(TBool)

void SIPSecCacheUpdated ( TBool aSuccess ) [pure virtual]

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

Parameters

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