Sip Endpoint SDK for Apple OS
/Users/valerypolishchuk/Projects/sepsdk-03.09.12/MacOS/Endpoint/Src/Headers/GSEndpointFactory.h
00001 #import <Foundation/Foundation.h>
00002 #import "GSEndpoint.h"
00003 #import "GSLogger.h"
00004 
00008 @interface GSEndpointFactory : NSObject {
00009 @private
00010 
00011 }
00012 
00021 + (id<GSEndpoint>) sipEndpoint;
00022 
00030 + (id<GSEndpoint>) sipEndpointWithLogger:(id<GSLogger>) logger;
00031 
00032 @end