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

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/MKServerModel.m')
-rw-r--r--src/MKServerModel.m10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/MKServerModel.m b/src/MKServerModel.m
index 76f81d1..f78a31d 100644
--- a/src/MKServerModel.m
+++ b/src/MKServerModel.m
@@ -44,7 +44,15 @@
#import "MulticastDelegate.h"
-@interface MKServerModel (InternalPrivate)
+@interface MKServerModel () {
+ MKConnection *_connection;
+ MKChannel *_rootChannel;
+ MKUser *_connectedUser;
+ NSMutableDictionary *_userMap;
+ NSMutableDictionary *_channelMap;
+ MulticastDelegate<MKServerModelDelegate> *_delegate;
+}
+
// Notifications
- (void) notificationUserTalkStateChanged:(NSNotification *)notification;