Ignore:
Timestamp:
02/13/04 21:01:06 (20 years ago)
Author:
Nicholas Riley
Message:

Integrates SCPatch and mach_inject; unfinished, buggy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/FSAAppList.h

    r7 r153  
    3434    NSMutableDictionary *appsByPID;
    3535    NSMutableSet *patchedApps;
     36    NSMutableSet *patchingApps;   
    3637    IBOutlet NSButton *installButton;
    3738    IBOutlet NSTableView *tableView;
     
    3940
    4041- (pid_t)selectedProcessID;
     42- (void)isPatchingProcessID:(pid_t)pid;
    4143- (void)didPatchProcessID:(pid_t)pid;
    4244- (void)applicationLaunchedWithProcessID:(pid_t)pid;
    4345- (void)applicationQuitWithProcessID:(pid_t)pid;
    4446- (void)update;
     47- (NSArray *)cocoaAppProcessIDs;
    4548
    4649@end
Note: See TracChangeset for help on using the changeset viewer.