Public Member Functions | |
void | process (const std::wstring &s, Client &client) |
Parses command string received from the client. | |
VoicemanProtocol (AbstractProtocolHandler &handler) | |
The constructor. | |
~VoicemanProtocol () | |
The destructor. |
VoicemanProtocol::VoicemanProtocol | ( | AbstractProtocolHandler & | handler | ) | [inline] |
[in] | handler | The reference to parsed data handling object |
void VoicemanProtocol::process | ( | const std::wstring & | s, | |
Client & | client | |||
) |
[in] | s | The string to parse |
[in] | client | The reference to the client object the string was received from |