GUI indepentent Interface for all Gui depentent implementations of a ProgressBar. More...
#include <mitkSocketClientImplementation.h>
Public Member Functions | |
| SocketClientImplementation () | |
| Constructor. | |
| virtual | ~SocketClientImplementation () |
| Destructor. | |
| virtual void | open (const char *ipAdress, unsigned short port)=0 |
| virtual void | setMaxConnectionAdvance (int maxConnectionAdvance)=0 |
| virtual bool | send (unsigned int messagetype, unsigned int bodySize=0, char *body=NULL)=0 |
GUI indepentent Interface for all Gui depentent implementations of a ProgressBar.
Definition at line 30 of file mitkSocketClientImplementation.h.
| mitk::SocketClientImplementation::SocketClientImplementation | ( | ) | [inline] |
| virtual mitk::SocketClientImplementation::~SocketClientImplementation | ( | ) | [inline, virtual] |
| virtual void mitk::SocketClientImplementation::open | ( | const char * | ipAdress, |
| unsigned short | port | ||
| ) | [pure virtual] |
Referenced by mitk::SocketClient::open().
| virtual bool mitk::SocketClientImplementation::send | ( | unsigned int | messagetype, |
| unsigned int | bodySize = 0, |
||
| char * | body = NULL |
||
| ) | [pure virtual] |
Referenced by mitk::SocketClient::send().
| virtual void mitk::SocketClientImplementation::setMaxConnectionAdvance | ( | int | maxConnectionAdvance ) | [pure virtual] |
Referenced by mitk::SocketClient::setMaxConnectionAdvance().
1.7.2