mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Many minor fixes for autogsdoc.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11787 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e580f7e25b
commit
5be36e089c
128 changed files with 697 additions and 456 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Implementation for NSTask for GNUStep
|
||||
/** Implementation for NSTask for GNUStep
|
||||
Copyright (C) 1998,1999 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
@ -394,7 +394,7 @@ pty_slave(const char* name)
|
|||
ASSIGN(_standardError, hdl);
|
||||
}
|
||||
|
||||
- (void) setStandardInput: (NSFileHandle*)hdl
|
||||
- (void) setStandardInput: (id)hdl
|
||||
{
|
||||
NSAssert([hdl isKindOfClass: [NSFileHandle class]] ||
|
||||
[hdl isKindOfClass: [NSPipe class]], NSInvalidArgumentException);
|
||||
|
@ -406,7 +406,7 @@ pty_slave(const char* name)
|
|||
ASSIGN(_standardInput, hdl);
|
||||
}
|
||||
|
||||
- (void) setStandardOutput: (NSFileHandle*)hdl
|
||||
- (void) setStandardOutput: (id)hdl
|
||||
{
|
||||
NSAssert([hdl isKindOfClass: [NSFileHandle class]] ||
|
||||
[hdl isKindOfClass: [NSPipe class]], NSInvalidArgumentException);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue