< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate-users] AppDialogSet destruction


In UAS side, onTerminated() is called before or after AppDialogSet
destruction ? 

I have a derived object on AppDialogSet which contains crucial call
informations. When AppDialogSet gets destructed, I need to update some
internal states. It is my understanding, when the dialog goes away,
AppDialogSet also gets destructed. Is it happens before calling
onTerminated() or after calling onTerminated() (in UAS side) ???

Thanks,
Vasanthi