Declare new methods and new Notification String.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1048 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-03 01:38:40 +00:00
parent 39e0bb14f2
commit 8d63f852b9
2 changed files with 12 additions and 0 deletions

View file

@ -51,7 +51,9 @@
for releasing the packet. */
- receivePacketWithTimeout: (int)milliseconds;
- (int) portNumber;
- (id <Collecting>) connectedOutPorts;
- (unsigned) numberOfConnectedOutPorts;
- (void) checkConnection;
@ -70,7 +72,11 @@
onHost: (id <String>)hostname;
- (BOOL) sendPacket: packet withTimeout: (int)milliseconds;
- (int) portNumber;
@end
extern NSString *InPortClientBecameInvalidNotification;
#endif /* __TcpPort_h__OBJECTS_INCLUDE */

View file

@ -51,7 +51,9 @@
for releasing the packet. */
- receivePacketWithTimeout: (int)milliseconds;
- (int) portNumber;
- (id <Collecting>) connectedOutPorts;
- (unsigned) numberOfConnectedOutPorts;
- (void) checkConnection;
@ -70,7 +72,11 @@
onHost: (id <String>)hostname;
- (BOOL) sendPacket: packet withTimeout: (int)milliseconds;
- (int) portNumber;
@end
extern NSString *InPortClientBecameInvalidNotification;
#endif /* __TcpPort_h__OBJECTS_INCLUDE */