8 #import <Foundation/Foundation.h>
9 #import "GSSipConnection.h"
10 #import "DefaultServices.h"
11 #import "DefaultServices.h"
12 #import "GSTestControl.h"
16 NSMutableArray* connections;
17 NSMutableArray* subscriptions;
18 id<GSConnectionNotificationDelegate> notificationDelegate;
19 id<GSMwiNotificationDelegate> mwiNotificationDelegate;
25 @property (nonatomic, retain) NSMutableArray* connections;
26 @property (nonatomic, retain) NSMutableArray* subscriptions;
27 @property (nonatomic, retain) id<GSMwiService> mwiService;
28 @property (nonatomic, retain) id<GSVideoService> videoService;
30 - (id) initWithLogger:(
id<
GSLogger>) theLogger