@@ -28,20 +28,19 @@ * Adds an object to the autorelease pool at the top of the thread-specific * stack. * * \param obj The object to add to the autorelease pool */ -+ (void)addToPool: (OFObject*)obj; ++ (void)addObjectToTopmostPool: (OFObject*)obj; /** * Adds an object to the specific autorelease pool. - * stack. * * \param obj The object to add to the autorelease pool */ -- addToPool: (OFObject*)obj; +- addObject: (OFObject*)obj; /** * Releases all objects in the autorelease pool. */ - releaseObjects; @end