Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
GSDefaultSessionPolicy.h
1 //
2 // GSDefaultSessionPolicy.h
3 // SipEndpoint
4 //
5 // Created by Vlad Baranovsky on 9/13/11.
6 // Copyright 2011 Genesys Labs. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "GSSessionPolicyDelegate.h"
11 
51 @private
52  NSDictionary* configuration;
53 }
54 
55 @property (nonatomic, retain, readonly) NSDictionary* configuration;
56 
57 @end