mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Rename method "empty" to "_empty". Rename "releaseObjects" to "empty".
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@137 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dac4ec0f04
commit
1ee91a705f
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
|
||||
/* May be inefficient. Could be overridden; */
|
||||
- releaseObjects
|
||||
- empty
|
||||
{
|
||||
if (CONTAINS_OBJECTS)
|
||||
[self safeMakeObjectsPerform:@selector(release)];
|
||||
|
@ -257,7 +257,7 @@
|
|||
|
||||
/* This must work without sending any messages to content objects.
|
||||
Content objects already may be dealloc'd when this is executed. */
|
||||
- empty
|
||||
- _empty
|
||||
{
|
||||
[self subclassResponsibility:_cmd];
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue