mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Removed commented out code in the header.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1e49b51d9e
commit
e923c3fcc9
2 changed files with 5 additions and 34 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-08-24 23:53-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Headers/Foundation/NSPort.h: Removed commented out declaration
|
||||
in the header.
|
||||
|
||||
2007-08-04 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* Source/GSHTTPURLHandle.m (writeKeyCallBacks): Use retained
|
||||
|
|
|
@ -266,40 +266,6 @@ typedef SOCKET NSSocketNativeHandle;
|
|||
* Returns port number of underlying socket.
|
||||
*/
|
||||
- (uint16_t) portNumber;
|
||||
|
||||
// This is the OS X interface
|
||||
/*
|
||||
{
|
||||
NSSocketNativeHandle _socket;
|
||||
int _protocolFamily;
|
||||
int _socketType;
|
||||
int _protocol;
|
||||
NSData *_remoteAddrData;
|
||||
}
|
||||
- (id) init;
|
||||
- (id) initWithTCPPort: (unsigned short)portNumber;
|
||||
- (id) initWithProtocolFamily: (int)family
|
||||
socketType: (int)type
|
||||
protocol: (int)protocol
|
||||
address: (NSData *)addrData;
|
||||
- (id) initWithProtocolFamily: (int)family
|
||||
socketType: (int)type
|
||||
protocol: (int)protocol
|
||||
socket: (NSSocketNativeHandle)socket;
|
||||
- (id) initRemoteWithTCPPort: (unsigned short)portNumber
|
||||
host: (NSString *)hostname;
|
||||
- (id) initRemoteWithProtocolFamily: (int)family
|
||||
socketType: (int)type
|
||||
protocol: (int)protocol
|
||||
address: (NSData *)addrData;
|
||||
|
||||
- (NSData *) address;
|
||||
- (int) protocol;
|
||||
- (int) protocolFamily;
|
||||
- (NSSocketNativeHandle) socket;
|
||||
- (int) socketType;
|
||||
*/
|
||||
|
||||
@end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue