#include <OW_HTTPCounter.hpp>
Collaboration diagram for OW_NAMESPACE::HTTPCounter:

Public Member Functions | |
| HTTPCounter () | |
| int | getNextCounter () |
| Get the next count number. | |
Private Attributes | |
| int | m_counter |
| Mutex | m_mutex |
Static Private Attributes | |
| static const int | m_maxValue = 99 |
Definition at line 47 of file OW_HTTPCounter.hpp.
|
|
Definition at line 47 of file OW_HTTPCounter.cpp. |
|
|
Get the next count number. This is usefull getting a two digit number to use as a prefix for M-POST style headers.
Definition at line 54 of file OW_HTTPCounter.cpp. References m_counter, m_maxValue, and m_mutex. Referenced by OW_NAMESPACE::HTTPUtils::getCounterStr(). |
|
|
Definition at line 58 of file OW_HTTPCounter.hpp. Referenced by getNextCounter(). |
|
|
Definition at line 62 of file OW_HTTPCounter.hpp. Referenced by getNextCounter(). |
|
|
Definition at line 64 of file OW_HTTPCounter.hpp. Referenced by getNextCounter(). |
1.4.6