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/MumbleKit/MKServerModel.h')
-rw-r--r--src/MumbleKit/MKServerModel.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/MumbleKit/MKServerModel.h b/src/MumbleKit/MKServerModel.h
index b023b26..9463710 100644
--- a/src/MumbleKit/MKServerModel.h
+++ b/src/MumbleKit/MKServerModel.h
@@ -91,14 +91,7 @@
- (void) serverModel:(MKServerModel *)model linksChangedForChannel:(MKChannel *)chan;
@end
-@interface MKServerModel : NSObject <MKMessageHandler> {
- MKConnection *_connection;
- MKChannel *_rootChannel;
- MKUser *_connectedUser;
- NSMutableDictionary *_userMap;
- NSMutableDictionary *_channelMap;
- MulticastDelegate<MKServerModelDelegate> *_delegate;
-}
+@interface MKServerModel : NSObject <MKMessageHandler>
- (id) initWithConnection:(MKConnection *)conn;
- (void) dealloc;