MMSServerInterface Class Reference

#include <mmsserverinterface.h>

Inheritance diagram for MMSServerInterface:

List of all members.


Public Member Functions

 MMSServerInterface (string identity)
virtual ~MMSServerInterface ()=0
virtual bool processRequest (string *request, string *answer)

Detailed Description

Definition at line 38 of file mmsserverinterface.h.


Constructor & Destructor Documentation

MMSServerInterface::MMSServerInterface ( string  identity  ) 

Definition at line 35 of file mmsserverinterface.cpp.

MMSServerInterface::~MMSServerInterface (  )  [pure virtual]

Definition at line 38 of file mmsserverinterface.cpp.


Member Function Documentation

bool MMSServerInterface::processRequest ( string *  request,
string *  answer 
) [virtual]

Reimplemented in MMSPerfInterface.

Definition at line 41 of file mmsserverinterface.cpp.


The documentation for this class was generated from the following files: