Minor documentation improvement

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17123 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-07-05 10:40:20 +00:00
parent 8a0e568d31
commit 4d4d11949e

View file

@ -1415,7 +1415,9 @@ static BOOL multi_threaded = NO;
}
/**
* Returns the proxy for the root object of the remote NSConnection.
* Returns the proxy for the root object of the remote NSConnection.<br />
* Generally you will wish to call [NSDistantObject-setProtocolForProxy:]
* immediately after obtaining such a root proxy.
*/
- (NSDistantObject*) rootProxy
{
@ -1504,7 +1506,7 @@ static BOOL multi_threaded = NO;
/**
* Sets the runloop mode in which requests will be sent to the remote
* end of the connection.
* end of the connection. Normally this is NSDefaultRunloopMode
*/
- (void) setRequestMode: (NSString*)mode
{