mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
39e0bb14f2
commit
8d63f852b9
2 changed files with 12 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue