Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
26
third_party/FreeRDP/client/Mac/cli/AppDelegate.h
vendored
Normal file
26
third_party/FreeRDP/client/Mac/cli/AppDelegate.h
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// MacClient2
|
||||
//
|
||||
// Created by Benoît et Kathy on 2013-05-08.
|
||||
//
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <MRDPView.h>
|
||||
#import <mfreerdp.h>
|
||||
|
||||
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||||
{
|
||||
@public
|
||||
NSWindow *window;
|
||||
rdpContext *context;
|
||||
MRDPView *mrdpView;
|
||||
}
|
||||
|
||||
- (void)rdpConnectError:(NSString *)customMessage;
|
||||
|
||||
@property(assign) IBOutlet NSWindow *window;
|
||||
@property(assign) rdpContext *context;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user