00001 // 00002 // NSStreamAddition.h 00003 // INFSmartFoxiPhoneLibrary 00004 // 00005 // Created by Cem Uzunlar | infosfer.com on 12/22/08. 00006 // Copyright 2008 Infosfer Game and Visualizaiton Technologies Ltd.. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 #import <CFNetwork/CFNetwork.h> 00011 00012 @interface NSStream (MyAdditions) 00013 00014 + (void)getStreamsToHostNamed:(NSString *)hostName port:(NSInteger)port inputStream:(NSInputStream **)inputStream outputStream:(NSOutputStream **)outputStream; 00015 00016 @end
1.5.8