Renamed "ext" folder as "contrib" folder and reorganized a little bit
Renamed any *_APPLICATION as *_SERVICE mainly because those components such as WSF_APPLICATION, renamed as WSF_SERVICE are not always the main application entry, and "service" describe them better Minor implementation change in WSF_REQUEST Cosmetics
This commit is contained in:
@@ -7,7 +7,7 @@ note
|
||||
deferred class
|
||||
WGI_RESPONSE_BUFFER
|
||||
|
||||
feature {WGI_APPLICATION} -- Commit
|
||||
feature {WGI_SERVICE} -- Commit
|
||||
|
||||
commit
|
||||
-- Commit the current response
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
note
|
||||
description: "Summary description for {WGI_APPLICATION}."
|
||||
description: "Summary description for {WGI_SERVICE}."
|
||||
legal: "See notice at end of class."
|
||||
status: "See notice at end of class."
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
deferred class
|
||||
WGI_APPLICATION
|
||||
WGI_SERVICE
|
||||
|
||||
feature {NONE} -- Execution
|
||||
|
||||
Reference in New Issue
Block a user