2 // NSDocumentControllerNotificationCategory.m
5 // Created by Marc Liyanage on Sat Mar 29 2003.
6 // Copyright (c) 2003 __MyCompanyName__. All rights reserved.
9 #import "AppDelegate.h"
11 @implementation AppDelegate
13 - (void)applicationDidBecomeActive:(NSNotification *)aNotification {
15 /* no longer active, now using the windowDidBecomeMain method in the window delegate (MyDocument.m)
18 // NSArray *documents = [[NSDocumentController sharedDocumentController] documents];
19 // [documents makeObjectsPerformSelector:@selector(checkForExternalModifications)];