#include <IGreetHandler.h>
|
virtual | ~IGreetHandler ()=default |
|
virtual bool | greet ()=0 |
| wait for a greet and then send the greet response. Serializes directly to the stream and not the the queue. Use to initialize a connection. More...
|
|
◆ ~IGreetHandler()
virtual IGreetHandler::~IGreetHandler |
( |
| ) |
|
|
virtualdefault |
◆ greet()
virtual bool IGreetHandler::greet |
( |
| ) |
|
|
pure virtual |
wait for a greet and then send the greet response. Serializes directly to the stream and not the the queue. Use to initialize a connection.
- Returns
- true if serialization/deserialization successed, false otherwise
Implemented in GreetHandler.
The documentation for this class was generated from the following file: