diff --git a/Headers/gnustep/base/TcpPort.h b/Headers/gnustep/base/TcpPort.h index c9182423c..4397dbf5e 100644 --- a/Headers/gnustep/base/TcpPort.h +++ b/Headers/gnustep/base/TcpPort.h @@ -51,7 +51,9 @@ for releasing the packet. */ - receivePacketWithTimeout: (int)milliseconds; +- (int) portNumber; - (id ) connectedOutPorts; +- (unsigned) numberOfConnectedOutPorts; - (void) checkConnection; @@ -70,7 +72,11 @@ onHost: (id )hostname; - (BOOL) sendPacket: packet withTimeout: (int)milliseconds; +- (int) portNumber; + @end +extern NSString *InPortClientBecameInvalidNotification; + #endif /* __TcpPort_h__OBJECTS_INCLUDE */ diff --git a/Source/objects/TcpPort.h b/Source/objects/TcpPort.h index c9182423c..4397dbf5e 100644 --- a/Source/objects/TcpPort.h +++ b/Source/objects/TcpPort.h @@ -51,7 +51,9 @@ for releasing the packet. */ - receivePacketWithTimeout: (int)milliseconds; +- (int) portNumber; - (id ) connectedOutPorts; +- (unsigned) numberOfConnectedOutPorts; - (void) checkConnection; @@ -70,7 +72,11 @@ onHost: (id )hostname; - (BOOL) sendPacket: packet withTimeout: (int)milliseconds; +- (int) portNumber; + @end +extern NSString *InPortClientBecameInvalidNotification; + #endif /* __TcpPort_h__OBJECTS_INCLUDE */