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-13 20:58:25 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commite35f427a4a48ddf17f95aa4a01153530328888b4 (patch)
tree49fc3f215a2b65f63699d98557adab076b33eed3 /src/murmur/Server.h
parent3f476475cb96d935c751556ec785beff76955540 (diff)
grpc: move ChannelService_Update 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 1e22e3f7e..ee0a8baf4 100644
--- a/src/murmur/Server.h
+++ b/src/murmur/Server.h
@@ -330,6 +330,7 @@ class Server : public QThread {
void contextAction(const User *, const QString &, unsigned int, int);
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(const MumbleProto::ChannelState &cs, QString &err);
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);