diff --git a/ChangeLog b/ChangeLog index 44d8b180a..fc68af88c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ than doubling each time. * Headers/Foundation/NSConnection.h: Remove default timeout constant. * configure.in: Check for float.h, not for values.h + * Documentation/gsdoc/NSConnection.gsdoc: updated. 2001-10-05 Richard Frith-Macdonald diff --git a/Documentation/gsdoc/NSConnection.gsdoc b/Documentation/gsdoc/NSConnection.gsdoc index e6ec350f7..77389cf4c 100644 --- a/Documentation/gsdoc/NSConnection.gsdoc +++ b/Documentation/gsdoc/NSConnection.gsdoc @@ -357,7 +357,10 @@ replyTimeout Returns the timeout interval used when waiting for a reply to - a request sent on the NSConnection. + a request sent on the NSConnection. This value is inherited + from the parent connection or may be set using the + setReplyTimeout: method. The default value is the maximum + delay (effectively infinite). @@ -371,7 +374,10 @@ requestTimeout Returns the timeout interval used when waiting for a send - operation to complete. + operation to complete. This value is inherited + from the parent connection or may be set using the + setRequestTimeout: method. The default value is the maximum + delay (effectively infinite). @@ -441,7 +447,7 @@ setRequestTimeout: seconds - Sets the time interval that the NSConnection will to send + Sets the time interval that the NSConnection will wait to send one of its requests before raising an NSPortTimeoutException. diff --git a/Documentation/gsdoc/NSConnection.html b/Documentation/gsdoc/NSConnection.html index fa7eb3d92..9dc3ee876 100644 --- a/Documentation/gsdoc/NSConnection.html +++ b/Documentation/gsdoc/NSConnection.html @@ -399,7 +399,10 @@ Standards: GNUstep MacOS-X NotOpenStep
- (NSTimeInterval) replyTimeout;
Returns the timeout interval used when waiting for a reply to - a request sent on the NSConnection. + a request sent on the NSConnection. This value is inherited + from the parent connection or may be set using the + setReplyTimeout: method. The default value is the maximum + delay (effectively infinite).

requestModes

@@ -413,7 +416,10 @@ Standards: GNUstep MacOS-X NotOpenStep
- (NSTimeInterval) requestTimeout;
Returns the timeout interval used when waiting for a send - operation to complete. + operation to complete. This value is inherited + from the parent connection or may be set using the + setRequestTimeout: method. The default value is the maximum + delay (effectively infinite).

rootObject

@@ -479,7 +485,7 @@ Standards: GNUstep MacOS-X NotOpenStep

setRequestTimeout:

- (void) setRequestTimeout: (NSTimeInterval)seconds;
- Sets the time interval that the NSConnection will to send + Sets the time interval that the NSConnection will wait to send one of its requests before raising an NSPortTimeoutException.