mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
ref: segregate chat sytem
This commit is contained in:
@@ -101,6 +101,14 @@ public:
|
||||
QString From;
|
||||
QString To;
|
||||
QString Text;
|
||||
|
||||
ClientMessage(){}
|
||||
ClientMessage(QString from,QString to,QString text)
|
||||
{
|
||||
From = from;
|
||||
To = to;
|
||||
Text = text;
|
||||
}
|
||||
};
|
||||
|
||||
class ServerTask
|
||||
|
||||
Reference in New Issue
Block a user