mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(_empty): Renamed from emtpy.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@145 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
18e89788ca
commit
514ddf3e89
6 changed files with 8 additions and 8 deletions
|
@ -67,9 +67,9 @@
|
|||
return copy;
|
||||
}
|
||||
|
||||
- empty
|
||||
- _empty
|
||||
{
|
||||
[super empty];
|
||||
[super _empty];
|
||||
_start_index = 0;
|
||||
return self;
|
||||
}
|
||||
|
|
|
@ -149,7 +149,7 @@
|
|||
}
|
||||
|
||||
/* This must work without sending any messages to content objects */
|
||||
- empty
|
||||
- _empty
|
||||
{
|
||||
coll_hash_empty(_contents_hash);
|
||||
return self;
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
}
|
||||
|
||||
/* This must work without sending any messages to content objects */
|
||||
- empty
|
||||
- _empty
|
||||
{
|
||||
[_contents_collector empty];
|
||||
return self;
|
||||
|
|
|
@ -76,9 +76,9 @@
|
|||
return copy;
|
||||
}
|
||||
|
||||
- empty
|
||||
- _empty
|
||||
{
|
||||
[super empty];
|
||||
[super _empty];
|
||||
_gap_start = 0;
|
||||
_gap_size = _capacity;
|
||||
return self;
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
}
|
||||
|
||||
/* This must work without sending any messages to content objects */
|
||||
- empty
|
||||
- _empty
|
||||
{
|
||||
_count = 0;
|
||||
_first_link = nil;
|
||||
|
|
|
@ -226,7 +226,7 @@
|
|||
}
|
||||
|
||||
/* This must work without sending any messages to content objects */
|
||||
- empty
|
||||
- _empty
|
||||
{
|
||||
coll_hash_empty(_contents_hash);
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue