SIP Endpoint SDK for OS X
 All Classes Functions Properties
DefaultPolicies.h
1 //
2 // GSDefaultPolicies.h
3 // SipEndpoint
4 //
5 // Copyright (c) 2011-2018 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 
30 - (id) initWithLogger:(id<GSLogger>) theLogger
31  core:(GSepCore*) theCore;
32 @end
33 
34 
39 @private
40 }
41 
52 - (id) initWithLogger:(id<GSLogger>) theLogger
53  core:(GSepCore*) theCore;
54 @end
55 
56 
61 @private
62 }
63 
74 - (id) initWithLogger:(id<GSLogger>) theLogger
75  core:(GSepCore*) theCore;
76 @end