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-02 19:18:30 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-05-08 17:45:52 +0300
commitac2418f9502ddb9ec4c4f741ab634d9a19d97b9d (patch)
tree62cccf91909c047de25d96826f40a91cbc434a28 /src/murmur/MurmurGRPCImpl.h
parentd63b5c7f473e45feca57efd68b9f6727b0fb71c6 (diff)
grpc: start AuthenticatorService.Stream 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 7757b4808..7e80bcaaa 100644
--- a/src/murmur/MurmurGRPCImpl.h
+++ b/src/murmur/MurmurGRPCImpl.h
@@ -65,6 +65,7 @@ namespace Wrapper {
class ContextActionService_Events;
class MetaService_Events;
class ServerService_Events;
+class AuthenticatorService_Stream;
}
}
@@ -100,6 +101,7 @@ class MurmurRPCImpl : public QThread {
QHash<int, QMultiHash<QString, ::MurmurRPC::Wrapper::ContextActionService_Events *> > qhContextActionListeners;
QSet<::MurmurRPC::Wrapper::MetaService_Events *> qsMetaServiceListeners;
QMultiHash<int, ::MurmurRPC::Wrapper::ServerService_Events *> qmhServerServiceListeners;
+ QHash<int, ::MurmurRPC::Wrapper::AuthenticatorService_Stream *> qhAuthenticators;
void sendServerEvent(const ::Server *s, const ::MurmurRPC::Server_Event &e);