Stellarium 0.15.2
|
Public Member Functions | |
bool | handleMessage (QDataStream &stream, SyncRemotePeer &peer) Q_DECL_OVERRIDE |
Read a message directly from the stream. More... | |
Definition at line 55 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.