#include <diameter_api.h>
Inheritance diagram for AAAAccountingServerSession:
Public Member Functions | |
AAAAccountingServerSession (AAAApplicationCore &appCore, diameter_unsigned32_t id) | |
virtual | ~AAAAccountingServerSession () |
void | SetTransformer (AAAAccountingRecTransformer *trns) |
AAAAccountingRecTransformer * | GetTransformer () |
Protected Attributes | |
AAAAccountingRecTransformer * | transformer |
This is the base class used by server accounting application. They can inherit this class to implement specific functionalities.
|
constructor
|
|
destructor |
|
Access function to transformer reference |
|
Access function to assign a transformer object
|
|
References to record transformer |