Ignore:
Timestamp:
01/02/03 05:30:03 (21 years ago)
Author:
Nicholas Riley
Message:

Updated for Pester 1.1a5 (very limited release).

Pester 1.1a4 was never released.

Location:
trunk/Cocoa/Pester/Source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source

    • Property svn:ignore
      •  

        old new  
        11build
         2.gdb_history
  • trunk/Cocoa/Pester/Source/PSSpeechAlert.h

    r34 r53  
    88
    99#import "PSAlert.h"
    10 #import "SUSpeaker.h"
     10
     11@class SUSpeaker;
    1112
    1213@interface PSSpeechAlert : PSAlert {
    1314    SUSpeaker *speaker;
    1415    NSString *voice;
     16    PSAlarm *alarm;
    1517}
    1618
     
    1921- (id)initWithVoice:(NSString *)aVoice;
    2022
     23- (NSString *)voice;
     24
    2125@end
Note: See TracChangeset for help on using the changeset viewer.