libs-base/Documentation/gsdoc/NSDistantObjectRequest.gsdoc
Richard Frith-Macdonald 793b5756d3 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
2001-12-09 06:17:14 +00:00

48 lines
1.5 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
<gsdoc base="NSDistantObjectRequest" prev="NSDistantObject" next="NSDistributedLock" up="Base">
<head>
<title>NSDistantObjectRequest</title>
<author name="Richard Frith-Macdonald">
<email address="rfm@gnu.org"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
</author>
<version>$Revision$</version>
<date>$Date$</date>
</head>
<body>
<chapter>
<heading>NSDistantObjectRequest</heading>
<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>
<desc>
</desc>
</method>
<method type="id">
<sel>conversation</sel>
<desc>
</desc>
</method>
<method type="NSInvocation*">
<sel>invocation</sel>
<desc>
</desc>
</method>
<method type="void">
<sel>replyWithException:</sel>
<arg type="NSException*">exception</arg>
<desc>
</desc>
</method>
</class>
</chapter>
</body>
</gsdoc>