Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Cooper <tim.cooper@layeh.com>2015-07-10 15:14:07 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commit7df16ed90aec70ff4008d92499370694c34c514a (patch)
treec0d5c28c85df5df72329dc63af6f515a069cc7d6 /src/murmur/Server.h
parentcace36d61a78e9e52b6127bc6cf1b7cc1f141e42 (diff)
grpc: move TextMessageService_Send logic to RPC.cpp
Diffstat (limited to 'src/murmur/Server.h')
-rw-r--r--src/murmur/Server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/murmur/Server.h b/src/murmur/Server.h
index 0a8351e03..1e22e3f7e 100644
--- a/src/murmur/Server.h
+++ b/src/murmur/Server.h
@@ -331,6 +331,7 @@ class Server : public QThread {
public:
void setUserState(User *p, Channel *parent, bool mute, bool deaf, bool suppressed, bool prioritySpeaker, const QString& name = QString(), const QString &comment = QString());
bool setChannelState(Channel *c, Channel *parent, const QString &qsName, const QSet<Channel *> &links, const QString &desc = QString(), const int position = 0);
+ void sendTextMessage(const ::MumbleProto::TextMessage &tm);
void sendTextMessage(Channel *cChannel, ServerUser *pUser, bool tree, const QString &text);
/// Returns true if a channel is full. If a user is provided, false will always