mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +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
c888258e60
commit
67aae38b85
2 changed files with 12 additions and 0 deletions
|
@ -51,7 +51,9 @@
|
||||||
for releasing the packet. */
|
for releasing the packet. */
|
||||||
- receivePacketWithTimeout: (int)milliseconds;
|
- receivePacketWithTimeout: (int)milliseconds;
|
||||||
|
|
||||||
|
- (int) portNumber;
|
||||||
- (id <Collecting>) connectedOutPorts;
|
- (id <Collecting>) connectedOutPorts;
|
||||||
|
- (unsigned) numberOfConnectedOutPorts;
|
||||||
|
|
||||||
- (void) checkConnection;
|
- (void) checkConnection;
|
||||||
|
|
||||||
|
@ -70,7 +72,11 @@
|
||||||
onHost: (id <String>)hostname;
|
onHost: (id <String>)hostname;
|
||||||
- (BOOL) sendPacket: packet withTimeout: (int)milliseconds;
|
- (BOOL) sendPacket: packet withTimeout: (int)milliseconds;
|
||||||
|
|
||||||
|
- (int) portNumber;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
extern NSString *InPortClientBecameInvalidNotification;
|
||||||
|
|
||||||
#endif /* __TcpPort_h__OBJECTS_INCLUDE */
|
#endif /* __TcpPort_h__OBJECTS_INCLUDE */
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,9 @@
|
||||||
for releasing the packet. */
|
for releasing the packet. */
|
||||||
- receivePacketWithTimeout: (int)milliseconds;
|
- receivePacketWithTimeout: (int)milliseconds;
|
||||||
|
|
||||||
|
- (int) portNumber;
|
||||||
- (id <Collecting>) connectedOutPorts;
|
- (id <Collecting>) connectedOutPorts;
|
||||||
|
- (unsigned) numberOfConnectedOutPorts;
|
||||||
|
|
||||||
- (void) checkConnection;
|
- (void) checkConnection;
|
||||||
|
|
||||||
|
@ -70,7 +72,11 @@
|
||||||
onHost: (id <String>)hostname;
|
onHost: (id <String>)hostname;
|
||||||
- (BOOL) sendPacket: packet withTimeout: (int)milliseconds;
|
- (BOOL) sendPacket: packet withTimeout: (int)milliseconds;
|
||||||
|
|
||||||
|
- (int) portNumber;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
extern NSString *InPortClientBecameInvalidNotification;
|
||||||
|
|
||||||
#endif /* __TcpPort_h__OBJECTS_INCLUDE */
|
#endif /* __TcpPort_h__OBJECTS_INCLUDE */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue