#include <diameter_api.h>
Inheritance diagram for AAAAccountingSession:
Public Member Functions | |
AAAAccountingSession (AAAApplicationCore &appCore, diameter_unsigned32_t id) | |
virtual | ~AAAAccountingSession () |
AAAReturnCode | Send (AAAMessage &reqMsg) |
AAAReturnCode | Update (AAASession::EVENT event) |
This is the base class used by client and server accounting session classes. Application MUST inherit the client or server derived classes.
|
constructor
|
|
destructor |
|
Method for transmitting accounting request or answers for this session.
|
|
This functions is a stub function in accounting sessions
Implements AAASession. |