src/osx/app_delegate.h in reflexion-0.1.12 vs src/osx/app_delegate.h in reflexion-0.1.13
- old
+ new
@@ -1,17 +1,12 @@
// -*- objc -*-
#import <AppKit/NSApplication.h>
-#include <reflex/application.h>
+#include "application.h"
-@interface AppDelegate : NSObject <NSApplicationDelegate>
+@interface ReflexAppDelegate : NSObject <NSApplicationDelegate>
- {
- @private
- Reflex::Application::Ref* pref;
- }
+ - (void) bind: (Reflex::Application*) application;
- - (void) bind: (Reflex::Application*) instance;
+ - (BOOL) callOnStart;
- - (void) unbind: (Reflex::Application*) instance;
-
-@end// AppDelegate
+@end// ReflexAppDelegate