mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 01:01:19 +00:00
o added GSWLifebeatThread.h/.m
o added GSWStaticResourceRequestHandler.h/.m git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18169 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
75da131759
commit
5269ab1189
1 changed files with 34 additions and 2 deletions
|
@ -116,6 +116,7 @@ GSWMultiKeyDictionary.m \
|
||||||
GSWDisplayGroup.m \
|
GSWDisplayGroup.m \
|
||||||
GSWDynamicElement.m \
|
GSWDynamicElement.m \
|
||||||
GSWElement.m \
|
GSWElement.m \
|
||||||
|
GSWMessage.m \
|
||||||
GSWRequest.m \
|
GSWRequest.m \
|
||||||
GSWResourceManager.m \
|
GSWResourceManager.m \
|
||||||
GSWResponse.m \
|
GSWResponse.m \
|
||||||
|
@ -163,10 +164,12 @@ GSWText.m \
|
||||||
GSWCookie.m \
|
GSWCookie.m \
|
||||||
GSWRequestHandler.m \
|
GSWRequestHandler.m \
|
||||||
GSWComponentDefinition.m \
|
GSWComponentDefinition.m \
|
||||||
|
GSWAction.m \
|
||||||
GSWDirectAction.m \
|
GSWDirectAction.m \
|
||||||
GSWMailDelivery.m \
|
GSWMailDelivery.m \
|
||||||
GSWComponentRequestHandler.m \
|
GSWComponentRequestHandler.m \
|
||||||
GSWResourceRequestHandler.m \
|
GSWResourceRequestHandler.m \
|
||||||
|
GSWActionRequestHandler.m \
|
||||||
GSWDirectActionRequestHandler.m \
|
GSWDirectActionRequestHandler.m \
|
||||||
GSWDefaultAdaptorThread.m \
|
GSWDefaultAdaptorThread.m \
|
||||||
GSWKeyValueAssociation.m \
|
GSWKeyValueAssociation.m \
|
||||||
|
@ -189,7 +192,21 @@ GSWResourceURL.m \
|
||||||
GSWProcFS.m \
|
GSWProcFS.m \
|
||||||
NSData+Compress.m \
|
NSData+Compress.m \
|
||||||
stacktrace.m \
|
stacktrace.m \
|
||||||
attach.m
|
attach.m \
|
||||||
|
GSWLifebeatThread.m \
|
||||||
|
GSWStaticResourceRequestHandler.m \
|
||||||
|
GSWRecording.m \
|
||||||
|
GSWInputStreamData.m \
|
||||||
|
|
||||||
|
#For next Version:
|
||||||
|
#GSWAdminAction.m \
|
||||||
|
#GSWStack.m \
|
||||||
|
#GSWXMLCoder.m \
|
||||||
|
#GSWXMLMappingCoder.m \
|
||||||
|
#GSWXMLDecoder.m \
|
||||||
|
#GSWMonitorXMLCoder.m \
|
||||||
|
#GSWMonitorXMLDecoder.m \
|
||||||
|
|
||||||
GSWeb_wo_OBJC_FILES = $(GSWeb_OBJC_FILES)
|
GSWeb_wo_OBJC_FILES = $(GSWeb_OBJC_FILES)
|
||||||
|
|
||||||
|
|
||||||
|
@ -221,7 +238,9 @@ GSWCookie.h \
|
||||||
GSWDefaultAdaptor.h \
|
GSWDefaultAdaptor.h \
|
||||||
GSWDefaultAdaptorThread.h \
|
GSWDefaultAdaptorThread.h \
|
||||||
GSWDeployedBundle.h \
|
GSWDeployedBundle.h \
|
||||||
|
GSWAction.h \
|
||||||
GSWDirectAction.h \
|
GSWDirectAction.h \
|
||||||
|
GSWActionRequestHandler.h \
|
||||||
GSWDirectActionRequestHandler.h \
|
GSWDirectActionRequestHandler.h \
|
||||||
GSWDisplayGroup.h \
|
GSWDisplayGroup.h \
|
||||||
GSWDynamicElement.h \
|
GSWDynamicElement.h \
|
||||||
|
@ -261,6 +280,7 @@ GSWProjectBundle.h \
|
||||||
GSWRadioButton.h \
|
GSWRadioButton.h \
|
||||||
GSWRadioButtonList.h \
|
GSWRadioButtonList.h \
|
||||||
GSWRepetition.h \
|
GSWRepetition.h \
|
||||||
|
GSWMessage.h \
|
||||||
GSWRequest.h \
|
GSWRequest.h \
|
||||||
GSWRequestHandler.h \
|
GSWRequestHandler.h \
|
||||||
GSWResetButton.h \
|
GSWResetButton.h \
|
||||||
|
@ -306,8 +326,20 @@ GSWFileUpload.h \
|
||||||
GSWResourceURL.h \
|
GSWResourceURL.h \
|
||||||
GSWProcFS.h \
|
GSWProcFS.h \
|
||||||
NSData+Compress.h \
|
NSData+Compress.h \
|
||||||
GSWWOCompatibility.h
|
GSWWOCompatibility.h \
|
||||||
|
GSWLifebeatThread.h \
|
||||||
|
GSWStaticResourceRequestHandler.h \
|
||||||
|
GSWRecording.h \
|
||||||
|
GSWInputStreamData.h \
|
||||||
|
|
||||||
|
#For next Version:
|
||||||
|
#GSWAdminAction.h \
|
||||||
|
#GSWStack.h \
|
||||||
|
#GSWXMLCoder.h \
|
||||||
|
#GSWXMLMappingCoder.h \
|
||||||
|
#GSWXMLDecoder.h \
|
||||||
|
#GSWMonitorXMLCoder.h \
|
||||||
|
#GSWMonitorXMLDecoder.h \
|
||||||
|
|
||||||
# The framework installed WO header files
|
# The framework installed WO header files
|
||||||
GSWeb_wo_HEADER_FILES = $(GSWeb_HEADER_FILES)
|
GSWeb_wo_HEADER_FILES = $(GSWeb_HEADER_FILES)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue