SIP Endpoint SDK for OS X
 All Classes Functions Properties
DefaultPolicies.h
1 //
2 // GSDefaultPolicies.h
3 // SipEndpoint
4 //
5 // Copyright (c) 2011-2016 Genesys Telecommunications Laboratories, Inc. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 #import "GSSipAbstractionObject.h"
10 #import "PolicyDelegates.h"
11 #import "GSConstants.h"
12 
17 @private
18 }
19 
25 @property (nonatomic, retain) NSMutableDictionary* configuration;
26 
37 - (id) initWithConfiguration:(NSDictionary*) theConfiguration logger:(id<GSLogger>) theLogger;
38 
39 @end
40 
41 
46 @private
47 }
48 
54 @property (nonatomic, retain) NSMutableDictionary* configuration;
55 
66 - (id) initWithConfiguration:(NSDictionary*) theConfiguration logger:(id<GSLogger>) theLogger;
67 
68 @end
69 
70 
75 @private
76 }
77 
83 @property (nonatomic, retain) NSMutableDictionary* configuration;
84 
95 - (id) initWithConfiguration:(NSDictionary*) theConfiguration logger:(id<GSLogger>) theLogger;
96 
97 @end