Changeset 72 for trunk


Ignore:
Timestamp:
01/21/03 22:16:04 (21 years ago)
Author:
Nicholas Riley
Message:

Formatting changes.

Location:
trunk/ICeCoffEE/ICeCoffEE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEController.h

    r66 r72  
    55@interface ICeCoffEEController : NSObject <APEManagerPrefPane>
    66{
    7     NSWindow*                           window;
    8     // fill your outlets here
     7    NSWindow *window;
    98   
    10     CFPreferencesWrapper_ICeCoffEE *    prefs;
    11     NSBundle*                                   _bundle;
     9    CFPreferencesWrapper_ICeCoffEE *prefs;
     10    NSBundle *_bundle;
    1211}
    1312
    14 - (id)initWithAPE:(NSBundle*)apeBundle andBundle:(NSBundle*)prefPaneBundle;
    15 - (void) setBundle:(NSBundle *)aBundle;
    16 - (NSBundle*)bundle;
     13- (id)initWithAPE:(NSBundle *)apeBundle andBundle:(NSBundle *)prefPaneBundle;
     14- (void)setBundle:(NSBundle *)aBundle;
     15- (NSBundle *)bundle;
     16
    1717@end
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEController.m

    r66 r72  
    22//      File:           ICeCoffEEController.m
    33//
    4 //      Contains:       ICeCoffEE APE APE preference pane controller
     4//      Contains:       ICeCoffEE APE preference pane controller
    55//
    66//      Copyright:      Copyright (c) 2003, Nicholas Riley
     
    6565}
    6666
    67 // Utility getters/setters --
    68 
    69 -(void) setBundle:(NSBundle *)aBundle {
     67- (void)setBundle:(NSBundle *)aBundle;
     68{
    7069    [aBundle retain];
    7170    [_bundle release];
     
    7372}
    7473
    75 -(NSBundle *) bundle {
     74- (NSBundle *)bundle;
     75{
    7676    [_bundle autorelease];
    7777    return [_bundle retain];
Note: See TracChangeset for help on using the changeset viewer.