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-06-19 19:14:19 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commit39940a4525d1b2694a2e660ca0550f97a23d9542 (patch)
tree72bc73fcf2f6b1ca78719ef32381db8b585ff864 /src/murmur/MurmurGRPCImpl.h
parente279befe0e42b58625f94d955e869b212d0a67d6 (diff)
grpc: finish ServerService.Events implementation
Diffstat (limited to 'src/murmur/MurmurGRPCImpl.h')
-rw-r--r--src/murmur/MurmurGRPCImpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/murmur/MurmurGRPCImpl.h b/src/murmur/MurmurGRPCImpl.h
index 4c30cc74e..808bad6f7 100644
--- a/src/murmur/MurmurGRPCImpl.h
+++ b/src/murmur/MurmurGRPCImpl.h
@@ -101,6 +101,8 @@ class MurmurRPCImpl : public QThread {
QSet<::MurmurRPC::Wrapper::MetaService_Events *> qsMetaServiceListeners;
QMultiHash<int, ::MurmurRPC::Wrapper::ServerService_Events *> qmhServerServiceListeners;
+ void sendServerEvent(const ::Server *s, const ::MurmurRPC::Server_Event &e);
+
public slots:
void cleanup();