mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Change return type of -initWithPath: to id.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17618 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b69faecbee
commit
d950f019e2
3 changed files with 7 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
+ (NSDistributedLock*) lockWithPath: (NSString*)aPath;
|
||||
- (NSDistributedLock*) initWithPath: (NSString*)aPath;
|
||||
- (id) initWithPath: (NSString*)aPath;
|
||||
|
||||
- (void) breakLock;
|
||||
- (NSDate*) lockDate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue