mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Use (id <String>) instead of (String*)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@241 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
752988059d
commit
b9bb18e543
6 changed files with 36 additions and 30 deletions
|
@ -26,13 +26,13 @@
|
|||
|
||||
@implementation Port
|
||||
|
||||
+ newRegisteredPortWithName: (String*)n
|
||||
+ newRegisteredPortWithName: (id <String>)n
|
||||
{
|
||||
[self notImplemented:_cmd];
|
||||
return nil;
|
||||
}
|
||||
|
||||
+ newPortFromRegisterWithName: (String*)n onHost: (String*)host
|
||||
+ newPortFromRegisterWithName: (id <String>)n onHost: (id <String>)host
|
||||
{
|
||||
[self notImplemented:_cmd];
|
||||
return nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue