Ignore:
Timestamp:
06/15/09 23:02:41 (15 years ago)
Author:
Nicholas Riley
Message:

Don't keep QTMovies around (and corresponding files open) for pending alarms; we could run out of file handles this way.

File:
1 edited

Legend:

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

    r543 r544  
    88
    99#import <AppKit/AppKit.h>
    10 #import <QTKit/QTKit.h>
    1110#import "PSMediaAlert.h"
    1211
    1312@class BDAlias;
     13@class QTMovie;
    1414
    1515@interface PSMovieAlert : PSMediaAlert {
    1616    BDAlias *alias;
    17     QTMovie *movie;
    1817    BOOL hasAudio;
    1918    BOOL hasVideo;
Note: See TracChangeset for help on using the changeset viewer.