Sip Endpoint SDK for Apple OS
|
00001 // 00002 // GSPolicyDelegate.h 00003 // SipEndpoint 00004 // 00005 // Created by Vlad Baranovsky on 9/14/11. 00006 // Copyright 2011 Genesys Labs. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 00014 @protocol GSPolicyDelegate <NSObject> 00015 @optional 00016 00022 - (void) configureWithDictionary:(NSDictionary*) theConfiguration; 00023 @end