@@ -198,22 +198,10 @@ return NO; return YES; } -- addObject: (OFObject*)obj -{ - @throw [OFNotImplementedException newWithClass: isa - andSelector: _cmd]; -} - -- removeNObjects: (size_t)nobjects -{ - @throw [OFNotImplementedException newWithClass: isa - andSelector: _cmd]; -} - - (void)dealloc { OFObject **objs; size_t len, i; @@ -227,6 +215,18 @@ [array release]; } [super dealloc]; } + +- addObject: (OFObject*)obj +{ + @throw [OFNotImplementedException newWithClass: isa + andSelector: _cmd]; +} + +- removeNObjects: (size_t)nobjects +{ + @throw [OFNotImplementedException newWithClass: isa + andSelector: _cmd]; +} @end