#include <mmsserverinterface.h>

Public Member Functions | |
| MMSServerInterface (string identity) | |
| virtual | ~MMSServerInterface ()=0 |
| virtual bool | processRequest (string *request, string *answer) |
Definition at line 38 of file mmsserverinterface.h.
| MMSServerInterface::MMSServerInterface | ( | string | identity | ) |
Definition at line 35 of file mmsserverinterface.cpp.
| MMSServerInterface::~MMSServerInterface | ( | ) | [pure virtual] |
Definition at line 38 of file mmsserverinterface.cpp.
| bool MMSServerInterface::processRequest | ( | string * | request, | |
| string * | answer | |||
| ) | [virtual] |