libs-base/Documentation/gsdoc/NSDistributedLock.gsdoc
CaS 8f6392e943 Fixed typo in last mod
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9280 72102866-910b-0410-8b05-ffd578937521
2001-03-03 09:58:53 +00:00

56 lines
1.6 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="NSDistributedLock" prev="NSDistantObjectRequest" next="NSDistributedNotificationCenter" up="Base">
<head>
<title>NSDistributedLock</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>NSDistributedLock</heading>
<class name="NSDistributedLock" super="NSObject">
<declared>Foundation/NSDistributedLock.h</declared>
<conform>NSObject</conform>
<desc>
</desc>
<method type="NSDistributedLock*" factory="yes">
<sel>lockWithPath:</sel>
<arg type="NSString*">aPath</arg>
<desc>
</desc>
</method>
<method type="void">
<sel>breakLock</sel>
<desc>
</desc>
</method>
<method type="NSDistributedLock*">
<sel>initWithPath:</sel>
<arg type="NSString*">aPath</arg>
<desc>
</desc>
</method>
<method type="NSDate*">
<sel>lockDate</sel>
<desc>
</desc>
</method>
<method type="BOOL">
<sel>tryLock</sel>
<desc>
</desc>
</method>
<method type="void">
<sel>unlock</sel>
<desc>
</desc>
</method>
</class>
</chapter>
</body>
</gsdoc>