Overhaul for new collection class scheme to improve distributed

objects and NeXT-compatibility.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@947 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-02-22 15:18:57 +00:00
parent 7853b9d1b0
commit f46b4d9b55
16 changed files with 776 additions and 2171 deletions

View file

@ -1,5 +1,5 @@
/* Implementation for GNU Objective-C ConstantString object
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993,1994, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: July 1994
@ -29,10 +29,9 @@
// INITIALIZING;
/* This must work without sending any messages to content objects */
- empty
- (void) empty
{
[self shouldNotImplement:_cmd];
return self;
}
// REPLACING;