mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Additional comments.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2582750c39
commit
fb31e8e200
2 changed files with 14 additions and 0 deletions
|
@ -24,6 +24,11 @@
|
|||
#ifndef __String_h_OBJECTS_INCLUDE
|
||||
#define __String_h_OBJECTS_INCLUDE
|
||||
|
||||
/* xxx These method names need to be fixed because we will get
|
||||
type conflicts with GNUSTEP.
|
||||
Perhaps I'll just get rid of the GNU String objects and just
|
||||
transfer this functionality into NSSTring and friends. */
|
||||
|
||||
#include <objects/objc-gnu2next.h>
|
||||
#include <objects/IndexedCollection.h>
|
||||
#include <objects/ValueHolding.h>
|
||||
|
@ -39,6 +44,8 @@ typedef unsigned short Character;
|
|||
collection of characters. So, all the collection methods are
|
||||
available. Nice. */
|
||||
|
||||
/* Think about changing these names to avoid conflicts with OpenStep? */
|
||||
|
||||
@protocol String <ValueGetting>
|
||||
|
||||
// INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;
|
||||
|
|
|
@ -24,6 +24,11 @@
|
|||
#ifndef __String_h_OBJECTS_INCLUDE
|
||||
#define __String_h_OBJECTS_INCLUDE
|
||||
|
||||
/* xxx These method names need to be fixed because we will get
|
||||
type conflicts with GNUSTEP.
|
||||
Perhaps I'll just get rid of the GNU String objects and just
|
||||
transfer this functionality into NSSTring and friends. */
|
||||
|
||||
#include <objects/objc-gnu2next.h>
|
||||
#include <objects/IndexedCollection.h>
|
||||
#include <objects/ValueHolding.h>
|
||||
|
@ -39,6 +44,8 @@ typedef unsigned short Character;
|
|||
collection of characters. So, all the collection methods are
|
||||
available. Nice. */
|
||||
|
||||
/* Think about changing these names to avoid conflicts with OpenStep? */
|
||||
|
||||
@protocol String <ValueGetting>
|
||||
|
||||
// INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;
|
||||
|
|
Loading…
Reference in a new issue