Show
Ignore:
Timestamp:
11/05/09 17:56:15 (3 years ago)
Author:
gbooker
Message:

A lot of Take 3 compatibility. Layouts still need a lot of work though.
Refs #323

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/FRAppliance/SapphireAppliance.m

    r886 r939  
    101101                } 
    102102        } 
     103        if([SapphireFrontRowCompat atvVersion] >= SapphireFrontRowCompatATVVersion3) 
     104                className = @"MOVAppliance"; 
    103105        return ( className ); 
    104106} 
     
    200202} 
    201203 
     204-(id)controllerForIdentifier:(id)ident args:(id)args 
     205{ 
     206        return [self controllerForIdentifier:ident]; 
     207} 
     208 
     209- (id)previewControlForIdentifier:(id)ident 
     210{ 
     211#warning NEED THIS! 
     212        return nil; 
     213} 
     214 
    202215-(id)controllerForIdentifier:(id)ident 
    203216{