ARC: Update HTMLOutput framework

This commit is contained in:
Allan Odgaard
2012-09-24 20:05:47 +02:00
parent 53bd39b636
commit d178263cca
15 changed files with 159 additions and 215 deletions

View File

@@ -1,13 +1,6 @@
#import <oak/debug.h>
#import "browser/HOBrowserView.h"
@class HOAutoScroll;
#import <oak/misc.h>
PUBLIC @interface OakHTMLOutputView : HOBrowserView
{
HOAutoScroll* autoScrollHelper;
std::map<std::string, std::string> environment;
BOOL runningCommand;
}
@property (nonatomic, readonly) BOOL runningCommand;
@end