mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 01:01:19 +00:00
* GSWeb.framework/GSWApplication.h
([GSWApplication _handleException:inContext:]): Remove obsolete declaration. * GSWeb.framework/GSWApplication.m: Added GSWAppClassDummy class declarations to avoid compiler warnings genrerated for messages sent to 'Class'. ([NSDistantObject setDebug:]): Added declaration to avoid compiler warning. ([GSWApplication init]): Use GSWAppClassDummy to avoid compiler warnings. ([GSWApplication _argsDictionaryWithUserDefaults:]): Ditto. ([GSWApplication _monitorApplicationName]): Ditto. ([GSWApplication _connectionDidDie:]): Translated comment to allow ascii encoding. ([GSWApplication _remoteMonitor]): Test whether NSDistantObject responds to setDebug: before dispatching the method. Use performSelector: to send undeclared targetForProxy method. ([GSWApplication monitoringEnabled]): Forward isMonitorEnabled to class. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18431 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9daea6f74b
commit
7151dc0b83
3 changed files with 60 additions and 18 deletions
|
@ -358,8 +358,6 @@ extern BOOL WOStrictFlag;
|
|||
@interface GSWApplication (GSWErrorHandling)
|
||||
-(GSWResponse*)handleException:(NSException*)exception
|
||||
inContext:(GSWContext*)aContext;
|
||||
-(GSWResponse*)_handleException:(NSException*)exception
|
||||
inContext:(GSWContext*)aContext;
|
||||
-(GSWResponse*)handlePageRestorationErrorInContext:(GSWContext*)aContext;
|
||||
-(GSWResponse*)_handlePageRestorationErrorInContext:(GSWContext*)aContext;
|
||||
-(GSWResponse*)handleSessionCreationErrorInContext:(GSWContext*)aContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue