mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Use (id <String>) instead of (String*).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@242 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
95bc03e7f4
commit
d8483a782f
13 changed files with 30 additions and 26 deletions
|
@ -27,14 +27,15 @@
|
|||
#include <objects/stdobjects.h>
|
||||
#include <objects/RetainingNotifier.h>
|
||||
#include <objects/Coding.h>
|
||||
#include <objects/NSString.h>
|
||||
|
||||
@class Connection;
|
||||
|
||||
@interface Port : RetainingNotifier <Coding>
|
||||
|
||||
/* xxx These will probably change */
|
||||
+ newRegisteredPortWithName: (String*)n;
|
||||
+ newPortFromRegisterWithName: (String*)n onHost: (String*)host;
|
||||
+ newRegisteredPortWithName: (id <String>)n;
|
||||
+ newPortFromRegisterWithName: (id <String>)n onHost: (id <String>)host;
|
||||
+ newPort;
|
||||
|
||||
/* xxx These sending and receiving interfaces will change */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue