You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//// Artsmesh_AppDelegate.h//// Version: 0.2.1// Created by WANG Hailei on 7/19/10.// Modified by WANG Hailei, JIA Chao// Copyright 2010 Farefore. All rights reserved.//#import <Cocoa/Cocoa.h>#import "MainMenuWindowController.h"#import "PreferencesWindowController.h"#import "JackTaskContainer.h"#import "ProcessInfo.h"#import "ArtsmeshUser.h"@interface Artsmesh_AppDelegate : NSObject <NSApplicationDelegate> #pragma mark -#pragma mark View Controllers@property (assign) IBOutlet NSWindow * window;@property (assign) IBOutlet MainMenuWindowController *mainMenuWindowController;#pragma mark -#pragma mark Model Controllers#pragma mark -@property (retain) IBOutlet JackTaskContainer * jackTaskContainer;-(void) startJackServer;-(void) applyPreferencesChanges;@end