2005-07-19 Helge Hess <helge.hess@opengroupware.org>
+ * NGObjWeb/WOApplication.h: added +isDirectConnectEnabled,
+ +setCGIAdaptorURL:, +cgiAdaptorURL prototypes (v4.5.174)
+
* v4.5.174
* WOResourceManager.m: added method to retrieve a string-table object
/* WODebuggingEnabled */
+ (BOOL)isDebuggingEnabled;
++ (BOOL)isDirectConnectEnabled;
++ (void)setCGIAdaptorURL:(NSString *)_url;
++ (NSString *)cgiAdaptorURL;
+
@end
@interface WOApplication(WODebugging)
# version file
-SUBMINOR_VERSION:=174
+SUBMINOR_VERSION:=175
# v4.5.122 requires libNGExtensions v4.5.153
# v4.5.91 requires libNGExtensions v4.5.134