mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
3b6558d80d
commit
2f4a20e3a1
2 changed files with 14 additions and 0 deletions
|
@ -24,6 +24,11 @@
|
||||||
#ifndef __String_h_OBJECTS_INCLUDE
|
#ifndef __String_h_OBJECTS_INCLUDE
|
||||||
#define __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/objc-gnu2next.h>
|
||||||
#include <objects/IndexedCollection.h>
|
#include <objects/IndexedCollection.h>
|
||||||
#include <objects/ValueHolding.h>
|
#include <objects/ValueHolding.h>
|
||||||
|
@ -39,6 +44,8 @@ typedef unsigned short Character;
|
||||||
collection of characters. So, all the collection methods are
|
collection of characters. So, all the collection methods are
|
||||||
available. Nice. */
|
available. Nice. */
|
||||||
|
|
||||||
|
/* Think about changing these names to avoid conflicts with OpenStep? */
|
||||||
|
|
||||||
@protocol String <ValueGetting>
|
@protocol String <ValueGetting>
|
||||||
|
|
||||||
// INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;
|
// INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;
|
||||||
|
|
|
@ -24,6 +24,11 @@
|
||||||
#ifndef __String_h_OBJECTS_INCLUDE
|
#ifndef __String_h_OBJECTS_INCLUDE
|
||||||
#define __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/objc-gnu2next.h>
|
||||||
#include <objects/IndexedCollection.h>
|
#include <objects/IndexedCollection.h>
|
||||||
#include <objects/ValueHolding.h>
|
#include <objects/ValueHolding.h>
|
||||||
|
@ -39,6 +44,8 @@ typedef unsigned short Character;
|
||||||
collection of characters. So, all the collection methods are
|
collection of characters. So, all the collection methods are
|
||||||
available. Nice. */
|
available. Nice. */
|
||||||
|
|
||||||
|
/* Think about changing these names to avoid conflicts with OpenStep? */
|
||||||
|
|
||||||
@protocol String <ValueGetting>
|
@protocol String <ValueGetting>
|
||||||
|
|
||||||
// INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;
|
// INITIALIZING NEWLY ALLOCATED STRINGS. DON'T FORGET TO RELEASE THEM!;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue