git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18184 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2003-11-24 12:17:11 +00:00
parent 44ed44a2b8
commit 09015395bc

View file

@ -106,7 +106,7 @@ RCS_ID("$Id$")
NSDebugMLLog(@"requests",@"requestHandlerValues=%@",requestHandlerValues);
//statisticsStore=[[GSWApplication application]statisticsStore];
// NSDebugMLLog(@"requests",@"statisticsStore=%@",statisticsStore);
//[statisticsStore _applicationWillHandleComponentActionRequest];
//[statisticsStore applicationWillHandleComponentActionRequest];
aContext=[[GSWApplication application]createContextForRequest:aRequest];
NSDebugMLLog(@"requests",@"aContext=%@",aContext);
@ -174,7 +174,7 @@ RCS_ID("$Id$")
[application _setContext:nil];
//statisticsStore=[[GSWApplication application] statisticsStore];
//[statisticsStore _applicationDidHandleComponentActionRequest];
//[statisticsStore applicationDidHandleComponentActionRequest];
NSDebugMLLog(@"requests",@"response=%@",response);
LOGObjectFnStop();
return response;