@@ -30,11 +30,11 @@ * 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)addObjectToTopmostPool: (id)obj; ++ (void)addObject: (id)obj; + (void)releaseAll; /** * Adds an object to the specific autorelease pool.