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-18 20:40:12 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commitb5afebee04aaccdaf95f8b871bf00a4ca8ad076c (patch)
tree6595e8270a9ffab2197c0efe18440ee30f6fbf85 /src/murmur/MurmurGRPCImpl.h
parent2acd97ae065dc6f0970d620ffb62e3dc17cb797e (diff)
grpc: implement MetaService.Events
Diffstat (limited to 'src/murmur/MurmurGRPCImpl.h')
-rw-r--r--src/murmur/MurmurGRPCImpl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/murmur/MurmurGRPCImpl.h b/src/murmur/MurmurGRPCImpl.h
index f2e83241e..33cab5a55 100644
--- a/src/murmur/MurmurGRPCImpl.h
+++ b/src/murmur/MurmurGRPCImpl.h
@@ -62,7 +62,8 @@ public:
namespace MurmurRPC {
namespace Wrapper {
-struct ContextActionService_Events;
+class ContextActionService_Events;
+class MetaService_Events;
}
}
@@ -97,6 +98,9 @@ class MurmurRPCImpl : public QThread {
// ContextActionService
QHash<int, QMultiHash<QString, ::MurmurRPC::Wrapper::ContextActionService_Events *> > qhContextActionListeners;
+ // MetaService
+ QSet<::MurmurRPC::Wrapper::MetaService_Events *> qsMetaServiceListeners;
+
public slots:
void cleanup();