|
EpcTools
An event based multi-threaded C++ development framework.
|
Allocates and assigns a Session-Id. More...
#include <efd.h>
Public Member Functions | |
| FDSession () | |
| Class constructor. More... | |
| ~FDSession () | |
| Class destructor. More... | |
| const EString & | getSessionId () |
| Retrieves a string representation of the session ID. More... | |
| Void | addSessionId (FDMessage &msg, FDDictionaryEntryAVP &deSessionId) |
| Adds the Session-Id to a message. More... | |
Allocates and assigns a Session-Id.
| FDSession::FDSession | ( | ) |
Class constructor.
| FDSession::~FDSession | ( | ) |
Class destructor.
| Void FDSession::addSessionId | ( | FDMessage & | msg, |
| FDDictionaryEntryAVP & | deSessionId | ||
| ) |
Adds the Session-Id to a message.
| msg | the message to add the Session-Id to. |
| deSessionId | the dictionary entry for the session ID. |
| const EString & FDSession::getSessionId | ( | ) |
Retrieves a string representation of the session ID.
1.8.16