#include <CallTracker.h>
Public Member Functions | |
| virtual void | reportSessionContextReadyForDeletion (const UtlString &sessionContextHandle)=0 |
| virtual | ~CallTrackerInterfaceForSessionContext () |
| virtual ~CallTrackerInterfaceForSessionContext | ( | ) | [inline, virtual] |
| virtual void reportSessionContextReadyForDeletion | ( | const UtlString & | sessionContextHandle | ) | [pure virtual] |
Method to be invoked by a SessionContext instance to signal to its owner that it is done and can be deleted. The owner, upon receiving that callback may delete the SessionContext on the spot therefore the calling instance must not perform any further action after calling this method.
| [in] | - | handle of SessionContext object that is ready for deletion. |
Implemented in CallTracker, and SessionContextTest.