Sip Endpoint SDK for Apple OS
|
00001 // 00002 // GSDefaultSessionPolicy.h 00003 // SipEndpoint 00004 // 00005 // Created by Vlad Baranovsky on 9/13/11. 00006 // Copyright 2011 Genesys Labs. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 #import "GSSessionPolicyDelegate.h" 00011 00050 @interface GSDefaultSessionPolicy : NSObject <GSSessionPolicyDelegate> { 00051 @private 00052 NSDictionary* configuration; 00053 } 00054 00055 @property (nonatomic, retain, readonly) NSDictionary* configuration; 00056 00057 @end