mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Note that class does not exist
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11665 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b73f420ec4
commit
793b5756d3
3 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-12-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Documentation/gsdoc/NSDistantObjectRequest.gsdoc: note that the
|
||||
class does not exist (and why).
|
||||
|
||||
2001-12-08 Gregory Casamento <greg_casamento@yahoo.com>
|
||||
* Source/GNUmakefile added SSL_LIB_DIRS += -L$(GNUSTEP_OBJ_DIR)
|
||||
to prevent build from failing when building from scratch.
|
||||
|
|
|
@ -16,6 +16,10 @@
|
|||
<class name="NSDistantObjectRequest" super="NSObject">
|
||||
<declared>Foundation/NSConnection.h</declared>
|
||||
<desc>
|
||||
This class is used internally by the MacOS-X distributed
|
||||
objects system. The MacOS-X documentation says you should
|
||||
not need to use it yourself, and GNUstep does not currently
|
||||
implement it as it serves no purpose.
|
||||
</desc>
|
||||
<method type="NSConnection*">
|
||||
<sel>connection</sel>
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
<p><b>Inherits from: </b> NSObject</p>
|
||||
<hr>
|
||||
|
||||
This class is used internally by the MacOS-X distributed
|
||||
objects system. The MacOS-X documentation says you should
|
||||
not need to use it yourself, and GNUstep does not currently
|
||||
implement it as it serves no purpose.
|
||||
|
||||
<h2>Instance Variables </h2>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue