mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 08:41:24 +00:00
* GSWeb.framework/GSWApplication.h/m
(-/+[GSWApplication isDirectConnectEnabled]) (-/+[GSWApplication setDirectConnectEnabled:]): Make class methods. ([GSWApplication registerRequestHandlers]): Call class method. ([GSWApplication refuseNewSessions:]): Ditto. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18410 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c84377fd73
commit
9daea6f74b
7 changed files with 25 additions and 8 deletions
|
@ -522,8 +522,8 @@ extern BOOL WOStrictFlag;
|
|||
+(void)setStatusDebuggingEnabled:(BOOL)flag;//NDFN
|
||||
+(BOOL)autoOpenInBrowser;
|
||||
+(void)setAutoOpenInBrowser:(BOOL)flag;
|
||||
-(BOOL)isDirectConnectEnabled;
|
||||
-(void)setDirectConnectEnabled:(BOOL)flag;
|
||||
+(BOOL)isDirectConnectEnabled;
|
||||
+(void)setDirectConnectEnabled:(BOOL)flag;
|
||||
+(NSString*)cgiAdaptorURL;
|
||||
+(void)setCGIAdaptorURL:(NSString*)url;
|
||||
+(BOOL)isCachingEnabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue