Ignore:
Timestamp:
03/12/03 21:30:33 (21 years ago)
Author:
Nicholas Riley
Message:

Broken, to-be-removed authorization implementation

File:
1 edited

Legend:

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

    r61 r118  
    1010#import <IOKit/IOKitLib.h>
    1111
     12extern NSString * const PSPowerManagerException;
     13
    1214@interface PSPowerManager : NSObject {
    1315    id delegate;
     
    1921
    2022+ (BOOL)autoWakeSupported;
     23+ (void)authorize;
    2124+ (NSDate *)wakeTime;
    22 + (void)setWakeTime:(NSDate *)time;
     25+ (void)setWakeInterval:(unsigned long)wakeInterval;
     26+ (void)setWakeTime:(NSDate *)time overrideIfEarlier:(BOOL)override;
    2327+ (void)clearWakeTime;
    2428
Note: See TracChangeset for help on using the changeset viewer.