o added fSwitchToKnownInstance in GSWApp

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18138 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2003-11-24 08:57:37 +00:00
parent 092f247324
commit 016067440c

View file

@ -32,6 +32,7 @@ typedef struct _GSWApp
GSWDict stHeadersDict;
char *pszGSWExtensionsFrameworkWebServerResources;
BOOL fCanDump;
BOOL fSwitchToKnownInstance;
char *pszAdaptorTemplatesPath;
int iLastInstanceIndex;//Last Instance Index
} GSWApp;