Ignore:
Timestamp:
07/18/09 05:59:43 (15 years ago)
Author:
Nicholas Riley
Message:

Fix naming to pacify Clang Analyzer and comply with Cocoa rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSMovieAlertController.h

    r543 r554  
    2222}
    2323
    24 + (PSMovieAlertController *)controllerWithAlarm:(PSAlarm *)anAlarm movieAlert:(PSMovieAlert *)anAlert;
     24// note: retains itself until the alert completes
     25+ (PSMovieAlertController *)newControllerWithAlarm:(PSAlarm *)anAlarm movieAlert:(PSMovieAlert *)anAlert;
    2526
    2627- (id)initWithAlarm:(PSAlarm *)anAlarm movieAlert:(PSMovieAlert *)anAlert;
Note: See TracChangeset for help on using the changeset viewer.