* GSWExtensions.framework/GNUmakefile: rewrite using framework.make

* GSWExtensions.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/

* GSWeb.framework/GNUmakefile: rewrite using framework.make
* GSWeb.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/
* GSWeb.framework/GSWConstants.m: removed the frameworkd suffix.
* GSWeb.framework/GSWUtils.m ([NSBundle +tmpAllFrameworks]): removed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@7931 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mirko 2000-10-30 15:36:50 +00:00
parent 529604093e
commit 44817b9a86
140 changed files with 316 additions and 379 deletions

View file

@ -1,3 +1,15 @@
2000-10-30 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWExtensions.framework/GNUmakefile: rewrite using framework.make
* GSWExtensions.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/
* GSWeb.framework/GNUmakefile: rewrite using framework.make
* GSWeb.framework/*.(h|m): changed gsweb include dir from
gsweb/GSWeb.framework/ to GSWeb/
* GSWeb.framework/GSWConstants.m: removed the frameworkd suffix.
* GSWeb.framework/GSWUtils.m ([NSBundle +tmpAllFrameworks]): removed.
2000-10-29 Mirko Viviani <mirko.viviani@rccr.cremona.it> 2000-10-29 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* GSWeb.framework/GSWElementIDString.h: use NSMutableString instead of * GSWeb.framework/GSWElementIDString.h: use NSMutableString instead of

View file

@ -42,7 +42,7 @@ else
endif endif
endif endif
APACHEHEADERS := -I/usr/apache/include -I/usr/include/apache -I/usr/local/include/apache -I/usr/lib/apache/include APACHEHEADERS := -I/usr/apache/include -I/usr/include/apache -I/usr/local/include/apache -I/usr/lib/apache/include -I/usr/local/include
APXS := $(APXS) -l PropList -L/usr/local/lib APXS := $(APXS) -l PropList -L/usr/local/lib

View file

@ -32,15 +32,14 @@ include ../config.mak
srcdir = . srcdir = .
# The library to be compiled # The framework to be compiled
GSWBUNDLE_NAME=GSWExtensions FRAMEWORK_NAME = GSWExtensions
GSWExtensions_HAS_GSWCOMPONENTS=YES
# The bundle resource files and directories # The framework resource files and directories
GSWExtensions_RESOURCE_FILES = \ GSWExtensions_RESOURCE_FILES = \
Resources/Info-gnustep.plist Resources/Info-gnustep.plist
GSWExtensions_COMPONENTS= \ GSWExtensions_COMPONENTS = \
GSWSessionCreationErrorPage.gswc \ GSWSessionCreationErrorPage.gswc \
GSWSessionRestorationErrorPage.gswc \ GSWSessionRestorationErrorPage.gswc \
GSWCollapsibleComponentContent.gswc \ GSWCollapsibleComponentContent.gswc \
@ -66,7 +65,7 @@ GSWRedirect.gswc
#GSWPageRestorationErrorPage.gswc #GSWPageRestorationErrorPage.gswc
#GSWToOneRelationship.gswc #GSWToOneRelationship.gswc
GSWExtensions_LANGUAGES= \ GSWExtensions_LANGUAGES = \
French French
GSWExtensions_RESOURCE_DIRS = GSWExtensions_RESOURCE_DIRS =
@ -92,23 +91,16 @@ gswapp.gif \
gswappsrv.gif gswappsrv.gif
# The bundles libraries to link against
#GSWExtensions_BUNDLE_LIBS =
# The bundles to be installed
GSWBUNDLE_INSTALL = $(BUNDLE_NAME)
GSWBUNDLE_INSTALL_DIR = $(GNUSTEP_LIBRARIES_ROOT)/gsweb
# Determine the bundle directory extension # Determine the bundle directory extension
ifeq ($(profile), yes) #ifeq ($(profile), yes)
GSWBUNDLE_EXTENSION = .frameworkp # GSWBUNDLE_EXTENSION = .frameworkp
else #else
ifeq ($(debug), yes) # ifeq ($(debug), yes)
GSWBUNDLE_EXTENSION = .frameworkd # GSWBUNDLE_EXTENSION = .frameworkd
else # else
GSWBUNDLE_EXTENSION = .framework # GSWBUNDLE_EXTENSION = .framework
endif # endif
endif #endif
# The Objective-C source files to be compiled # The Objective-C source files to be compiled
GSWExtensions_OBJC_FILES = \ GSWExtensions_OBJC_FILES = \
@ -124,16 +116,8 @@ GSWMetaRefresh.m
#GSWCompletionBar.m #GSWCompletionBar.m
# The library to be compiled # The header files to be installed
LIBRARY_NAME=libGSWExtensions GSWExtensions_HEADER_FILES = \
# The bundle Objective-C source files to be compiled
libGSWExtensions_OBJC_FILES = $(GSWExtensions_OBJC_FILES)
libGSWExtensions_HEADER_FILES_DIR = .
libGSWExtensions_HEADER_FILES_INSTALL_DIR = /gsweb/GSWExtensions.framework
libGSWExtensions_HEADER_FILES = \
GSWCollapsibleComponentContent.h \ GSWCollapsibleComponentContent.h \
GSWDictionaryRepetition.h \ GSWDictionaryRepetition.h \
GSWExceptionPage.h \ GSWExceptionPage.h \
@ -164,8 +148,7 @@ HDRS = $(LIBRARY_NAME:=.h)
-include GNUmakefile.local -include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/gswbundle.make include $(GNUSTEP_MAKEFILES)/framework.make
include $(GNUSTEP_MAKEFILES)/library.make
-include Makefile.postamble -include Makefile.postamble

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWCollapsibleComponentContent.h" #include "GSWCollapsibleComponentContent.h"
//=================================================================================== //===================================================================================

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWDictionaryRepetition.h" #include "GSWDictionaryRepetition.h"
//==================================================================== //====================================================================

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWExceptionPage.h" #include "GSWExceptionPage.h"
//=================================================================================== //===================================================================================

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWIFrame.h" #include "GSWIFrame.h"
//=================================================================================== //===================================================================================

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWMetaRefresh.h" #include "GSWMetaRefresh.h"
//=================================================================================== //===================================================================================

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWPageRestorationErrorPage.h" #include "GSWPageRestorationErrorPage.h"
//=================================================================================== //===================================================================================

View file

@ -21,7 +21,7 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWRedirect.h" #include "GSWRedirect.h"
//=================================================================================== //===================================================================================

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWSessionCreationErrorPage.h" #include "GSWSessionCreationErrorPage.h"
//=================================================================================== //===================================================================================

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWSessionRestorationErrorPage.h" #include "GSWSessionRestorationErrorPage.h"
//==================================================================== //====================================================================

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWStatsPage.h" #include "GSWStatsPage.h"
//=================================================================================== //===================================================================================

View file

@ -32,11 +32,10 @@ include ../config.mak
srcdir = . srcdir = .
# The library to be compiled # The framework to be compiled
GSWBUNDLE_NAME=GSWExtensionsGSW FRAMEWORK_NAME = GSWExtensionsGSW
GSWExtensionsGSW_HAS_GSWCOMPONENTS=YES
# The bundle resource files and directories # The framework resource files and directories
GSWExtensionsGSW_RESOURCE_FILES = \ GSWExtensionsGSW_RESOURCE_FILES = \
Resources/Info-gnustep.plist \ Resources/Info-gnustep.plist \
@ -54,23 +53,16 @@ GSWExtensionsGSW_RESOURCE_DIRS =
GSWExtensionsGSW_WEBSERVER_RESOURCE_FILES = GSWExtensionsGSW_WEBSERVER_RESOURCE_FILES =
# The bundles libraries to link against
#GNUstepWeb_BUNDLE_LIBS =
# The bundles to be installed
GSWBUNDLE_INSTALL = $(BUNDLE_NAME)
GSWBUNDLE_INSTALL_DIR = $(GNUSTEP_LIBRARIES_ROOT)/gsweb
# Determine the bundle directory extension # Determine the bundle directory extension
ifeq ($(profile), yes) #ifeq ($(profile), yes)
GSWBUNDLE_EXTENSION = .frameworkp # GSWBUNDLE_EXTENSION = .frameworkp
else #else
ifeq ($(debug), yes) # ifeq ($(debug), yes)
GSWBUNDLE_EXTENSION = .frameworkd # GSWBUNDLE_EXTENSION = .frameworkd
else # else
GSWBUNDLE_EXTENSION = .framework # GSWBUNDLE_EXTENSION = .framework
endif # endif
endif #endif
# The Objective-C source files to be compiled # The Objective-C source files to be compiled
GSWExtensionsGSW_OBJC_FILES = \ GSWExtensionsGSW_OBJC_FILES = \
@ -80,16 +72,8 @@ GSWValidationFailureComponent.m \
GSWSimpleFormComponent.m \ GSWSimpleFormComponent.m \
GSWFileUploadFormComponent.m GSWFileUploadFormComponent.m
# The library to be compiled # The header files to be installed
LIBRARY_NAME=libGSWExtensionsGSW GSWExtensionsGSW_HEADER_FILES = \
# The bundle Objective-C source files to be compiled
libGSWExtensionsGSW_OBJC_FILES = $(GSWExtensionsGSW_OBJC_FILES)
libGSWExtensionsGSW_HEADER_FILES_DIR = .
libGSWExtensionsGSW_HEADER_FILES_INSTALL_DIR = /gsweb/GSWExtensionsGSW.framework
libGSWExtensionsGSW_HEADER_FILES = \
GSWLogin.h \ GSWLogin.h \
GSWTabComponent.h \ GSWTabComponent.h \
GSWValidationFailureComponent.h \ GSWValidationFailureComponent.h \
@ -105,7 +89,6 @@ HDRS = $(LIBRARY_NAME:=.h)
-include GNUmakefile.local -include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/gswbundle.make include $(GNUSTEP_MAKEFILES)/framework.make
include $(GNUSTEP_MAKEFILES)/library.make
-include Makefile.postamble -include Makefile.postamble

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWFileUploadFormComponent.h" #include "GSWFileUploadFormComponent.h"
//==================================================================== //====================================================================
@implementation GSWFileUploadFormComponent @implementation GSWFileUploadFormComponent

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWLogin.h" #include "GSWLogin.h"
//==================================================================== //====================================================================
@implementation GSWLogin @implementation GSWLogin

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWSimpleFormComponent.h" #include "GSWSimpleFormComponent.h"
//==================================================================== //====================================================================
@implementation GSWSimpleFormComponent @implementation GSWSimpleFormComponent

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWTabComponent.h" #include "GSWTabComponent.h"
//==================================================================== //====================================================================
@implementation GSWTabComponent @implementation GSWTabComponent

View file

@ -20,7 +20,7 @@
License along with this library; if not, write to the Free License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSWValidationFailureComponent.h" #include "GSWValidationFailureComponent.h"
//==================================================================== //====================================================================
@implementation GSWValidationFailureComponent @implementation GSWValidationFailureComponent

View file

@ -32,8 +32,8 @@ include ../config.mak
srcdir = . srcdir = .
# The Bundle to be compiled # The framework to be compiled
GSWBUNDLE_NAME=GSWeb FRAMEWORK_NAME = GSWeb
# DTDs to install # DTDs to install
srcDTDDir = DTDs srcDTDDir = DTDs
@ -47,30 +47,27 @@ xhtml1-frameset.dtd \
xhtml1-transitional.dtd xhtml1-transitional.dtd
# The bundle resource files and directories # The framework resource files and directories
GSWeb_RESOURCE_FILES = \ GSWeb_RESOURCE_FILES = \
Resources/MIME.plist \ Resources/MIME.plist \
Resources/languages.plist Resources/languages.plist \
DTDs
GSWeb_RESOURCE_DIRS = GSWeb_RESOURCE_DIRS = DTDs
# The bundles libraries to link against # The framework libraries to link against
GSWeb_GSWBUNDLE_LIBS = GSWeb_GSWBUNDLE_LIBS =
# The bundles to be installed
GSWBUNDLE_INSTALL = $(BUNDLE_NAME)
GSWBUNDLE_INSTALL_DIR = $(GNUSTEP_LIBRARIES_ROOT)/gsweb
# Determine the bundle directory extension # Determine the bundle directory extension
ifeq ($(profile), yes) #ifeq ($(profile), yes)
GSWBUNDLE_EXTENSION = .frameworkp # GSWBUNDLE_EXTENSION = .frameworkp
else #else
ifeq ($(debug), yes) # ifeq ($(debug), yes)
GSWBUNDLE_EXTENSION = .frameworkd # GSWBUNDLE_EXTENSION = .frameworkd
else # else
GSWBUNDLE_EXTENSION = .framework # GSWBUNDLE_EXTENSION = .framework
endif # endif
endif #endif
# The Bundle Objective-C source files to be compiled # The Bundle Objective-C source files to be compiled
GSWeb_OBJC_FILES = \ GSWeb_OBJC_FILES = \
@ -185,16 +182,8 @@ stacktrace.m \
attach.m attach.m
# The library to be compiled # The framework installed header files
LIBRARY_NAME=libGSWeb GSWeb_HEADER_FILES = \
# The bundle Objective-C source files to be compiled
libGSWeb_OBJC_FILES = $(GSWeb_OBJC_FILES)
libGSWeb_HEADER_FILES_DIR = .
libGSWeb_HEADER_FILES_INSTALL_DIR = /gsweb/GSWeb.framework
libGSWeb_HEADER_FILES = \
GSCache.h \ GSCache.h \
GSWActiveImage.h \ GSWActiveImage.h \
GSWAdaptor.h \ GSWAdaptor.h \
@ -312,13 +301,10 @@ SRCS = $(LIBRARY_NAME:=.m)
HDRS = $(LIBRARY_NAME:=.h) HDRS = $(LIBRARY_NAME:=.h)
#DIST_FILES = $(SRCS) $(HDRS) GNUmakefile Makefile.postamble Makefile.preamble
-include Makefile.preamble -include Makefile.preamble
-include GNUmakefile.local -include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/gswbundle.make include $(GNUSTEP_MAKEFILES)/framework.make
include $(GNUSTEP_MAKEFILES)/library.make
-include Makefile.postamble -include Makefile.postamble

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "GSCache.h" #include "GSCache.h"
//======================================================================================== //========================================================================================

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWActionURL @implementation GSWActionURL

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWActiveImage @implementation GSWActiveImage

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWApplet @implementation GSWApplet

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include <extensions/NGReflection.h> #include <extensions/NGReflection.h>
#include <extensions/GarbageCollector.h> #include <extensions/GarbageCollector.h>
#if GDL2 // GDL2 implementation #if GDL2 // GDL2 implementation

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include <math.h> #include <math.h>
static NSDictionary* localMinMaxDictionary=nil; static NSDictionary* localMinMaxDictionary=nil;

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWBindingNameAssociation @implementation GSWBindingNameAssociation

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWBody @implementation GSWBody

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWBrowser @implementation GSWBrowser

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWCheckBox @implementation GSWCheckBox

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWCheckBoxList @implementation GSWCheckBoxList

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWClientSideScript @implementation GSWClientSideScript

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWComponent @implementation GSWComponent

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWComponentContent @implementation GSWComponentContent

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWComponentDefinition @implementation GSWComponentDefinition

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWComponentReference @implementation GSWComponentReference

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWComponentRequestHandler @implementation GSWComponentRequestHandler

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWConditional @implementation GSWConditional

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWConstantValueAssociation @implementation GSWConstantValueAssociation

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
// - // -
@ -75,13 +75,8 @@ NSString* GSWMonitorServiceName=@"gsweb-monitor";
NSString* GSWLibraryPSuffix=@".gswso"; NSString* GSWLibraryPSuffix=@".gswso";
#endif #endif
#ifdef DEBUG
NSString* GSFrameworkSuffix=@"frameworkd";
NSString* GSFrameworkPSuffix=@".frameworkd";
#else
NSString* GSFrameworkSuffix=@"framework"; NSString* GSFrameworkSuffix=@"framework";
NSString* GSFrameworkPSuffix=@".framework"; NSString* GSFrameworkPSuffix=@".framework";
#endif
NSString* GSLanguageSuffix=@"lproj"; NSString* GSLanguageSuffix=@"lproj";
NSString* GSLanguagePSuffix=@".lproj"; NSString* GSLanguagePSuffix=@".lproj";
NSString* GSWComponentTemplateSuffix=@"html"; NSString* GSWComponentTemplateSuffix=@"html";

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
static int dontTraceComponentActionURL=0; static int dontTraceComponentActionURL=0;
//==================================================================== //====================================================================

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWCookie @implementation GSWCookie

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include <Foundation/NSThread.h> #include <Foundation/NSThread.h>
#include <Foundation/NSAutoreleasePool.h> #include <Foundation/NSAutoreleasePool.h>
#include <unistd.h> #include <unistd.h>

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWDefaultAdaptor @implementation GSWDefaultAdaptor

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include <unistd.h> #include <unistd.h>
#include "NSNonBlockingFileHandle.h" #include "NSNonBlockingFileHandle.h"
//==================================================================== //====================================================================

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include <pthread.h> #include <pthread.h>
//==================================================================== //====================================================================

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWDirectAction @implementation GSWDirectAction

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWDirectActionRequestHandler @implementation GSWDirectActionRequestHandler

View file

@ -24,7 +24,7 @@
// $Id$ // $Id$
#ifndef _GSWDisplayGroup_h__ #ifndef _GSWDisplayGroup_h__
#define _GSWDisplayGroup_h__ #define _GSWDisplayGroup_h__
#if !GDL2 #if !GDL2
#include <eoaccess/EOModel.h> #include <eoaccess/EOModel.h>
@ -48,11 +48,14 @@
#include <eoaccess/EONull.h> #include <eoaccess/EONull.h>
#include <eoaccess/EOSQLExpression.h> #include <eoaccess/EOSQLExpression.h>
@class EOKeyValueUnarchiver;
#define EODataSource EODatabaseDataSource #define EODataSource EODatabaseDataSource
#else #else
#import <EOControl/EOQualifier.h> #import <EOControl/EOQualifier.h>
#import <EOControl/EODataSource.h> #import <EOControl/EODataSource.h>
#import <EOControl/EODetailDataSource.h> #import <EOControl/EODetailDataSource.h>
#import <EOControl/EOKeyValueArchiver.h>
#import <EOAccess/EODatabaseDataSource.h> #import <EOAccess/EODatabaseDataSource.h>
#endif #endif
@ -140,10 +143,10 @@
- (unsigned)indexOfFirstDisplayedObject; - (unsigned)indexOfFirstDisplayedObject;
- (unsigned)indexOfLastDisplayedObject; - (unsigned)indexOfLastDisplayedObject;
- (id)init; - (id)init;
-(void)awakeFromKeyValueUnarchiver:(EOKeyValueUnarchiver*)object_; - (void)awakeFromKeyValueUnarchiver:(EOKeyValueUnarchiver*)object_;
- (NSMutableDictionary *)inputObjectForQualifier; - (NSMutableDictionary *)inputObjectForQualifier;
- (BOOL)inQueryMode; - (BOOL)inQueryMode;
-(void)editingContext:(id)editingContext_ - (void)editingContext:(id)editingContext_
presentErrorMessage:(id)msg; presentErrorMessage:(id)msg;
- (id)insert; - (id)insert;
- (NSDictionary *)insertedObjectDefaultValues; - (NSDictionary *)insertedObjectDefaultValues;

View file

@ -24,7 +24,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWDynamicURLString @implementation GSWDynamicURLString

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
BYTE ElementsMap_htmlBareString = (BYTE)0x53; BYTE ElementsMap_htmlBareString = (BYTE)0x53;
BYTE ElementsMap_gswebElement = (BYTE)0x57; BYTE ElementsMap_gswebElement = (BYTE)0x57;

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWElementIDString @implementation GSWElementIDString

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWEmbeddedObject @implementation GSWEmbeddedObject

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWFileUpload @implementation GSWFileUpload

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWForm @implementation GSWForm

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWFrame @implementation GSWFrame

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWGenericContainer @implementation GSWGenericContainer

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWGenericElement @implementation GSWGenericElement

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include <math.h> #include <math.h>

View file

@ -11,7 +11,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"

View file

@ -8,7 +8,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"
#include "gsantlr/ANTLRException.h" #include "gsantlr/ANTLRException.h"

View file

@ -11,7 +11,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"
#include "gsantlr/ANTLRTokenizer.h" #include "gsantlr/ANTLRTokenizer.h"

View file

@ -8,7 +8,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"
#include "GSWHTMLAttrParser.h" #include "GSWHTMLAttrParser.h"

View file

@ -24,7 +24,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWHTMLAttrParser (GSWHTMLAttrParserExt) @implementation GSWHTMLAttrParser (GSWHTMLAttrParserExt)

View file

@ -11,7 +11,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
enum GSWHTMLAttrTokenTypes { enum GSWHTMLAttrTokenTypes {
GSWHTMLAttrTokenType_EOF_ = 1, GSWHTMLAttrTokenType_EOF_ = 1,

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWHTMLBareString @implementation GSWHTMLBareString

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWHTMLComment @implementation GSWHTMLComment

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWHTMLDynamicElement @implementation GSWHTMLDynamicElement

View file

@ -11,7 +11,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"

View file

@ -8,7 +8,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"
#include "gsantlr/ANTLRException.h" #include "gsantlr/ANTLRException.h"

View file

@ -11,7 +11,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"
#include "gsantlr/ANTLRTokenizer.h" #include "gsantlr/ANTLRTokenizer.h"

View file

@ -8,7 +8,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"
#include "GSWHTMLParser.h" #include "GSWHTMLParser.h"

View file

@ -24,7 +24,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWHTMLParser (GSWHTMLParserExt) @implementation GSWHTMLParser (GSWHTMLParserExt)

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWHTMLStaticElement @implementation GSWHTMLStaticElement

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWHTMLStaticGroup @implementation GSWHTMLStaticGroup

View file

@ -11,7 +11,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
enum GSWHTMLTokenTypes { enum GSWHTMLTokenTypes {
GSWHTMLTokenType_EOF_ = 1, GSWHTMLTokenType_EOF_ = 1,

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWHTMLURLValuedElement @implementation GSWHTMLURLValuedElement

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWHiddenField @implementation GSWHiddenField

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWHyperlink @implementation GSWHyperlink

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWImage @implementation GSWImage

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWImageButton @implementation GSWImageButton

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWInput @implementation GSWInput

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWJavaScript @implementation GSWJavaScript

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWKeyValueAssociation @implementation GSWKeyValueAssociation

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWMailDelivery @implementation GSWMailDelivery

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#define DEFAULT_DICTIONARY_CAPACITY 32 #define DEFAULT_DICTIONARY_CAPACITY 32

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWNestedList @implementation GSWNestedList

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================

View file

@ -11,7 +11,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"

View file

@ -8,7 +8,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"
#include "gsantlr/ANTLRException.h" #include "gsantlr/ANTLRException.h"

View file

@ -11,7 +11,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"
#include "gsantlr/ANTLRTokenizer.h" #include "gsantlr/ANTLRTokenizer.h"

View file

@ -8,7 +8,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
#include "gsantlr/ANTLRCommon.h" #include "gsantlr/ANTLRCommon.h"
#include "GSWPageDefParser.h" #include "GSWPageDefParser.h"

View file

@ -24,7 +24,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWPageDefParser (GSWPageDefParserExt) @implementation GSWPageDefParser (GSWPageDefParserExt)

View file

@ -11,7 +11,7 @@
*/ */
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
enum GSWPageDefTokenTypes { enum GSWPageDefTokenTypes {
GSWPageDefTokenType_EOF_ = 1, GSWPageDefTokenType_EOF_ = 1,

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWParam @implementation GSWParam

View file

@ -23,7 +23,7 @@
static char rcsId[] = "$Id$"; static char rcsId[] = "$Id$";
#include <gsweb/GSWeb.framework/GSWeb.h> #include <GSWeb/GSWeb.h>
//==================================================================== //====================================================================
@implementation GSWPasswordField @implementation GSWPasswordField

Some files were not shown because too many files have changed in this diff Show more