![]() |
Stellarium 0.15.2
|
Inheritance diagram for ServerErrorHandler:
Collaboration diagram for ServerErrorHandler:Public Member Functions | |
| bool | handleMessage (QDataStream &stream, SyncRemotePeer &peerData) Q_DECL_OVERRIDE |
| Read a message directly from the stream. More... | |
Definition at line 38 of file SyncServerHandlers.hpp.
|
virtual |
Read a message directly from the stream.
SyncMessage::deserialize of the correct class should be used to deserialize the message.
| peer | The remote peer this message originated from. Can be used to send replies through SyncRemotePeer::writeMessage |
Implements SyncMessageHandler.
1.8.11