Renamed DEFAULT_SERVICE as DEFAULT_SERVICE_LAUNCHER
This commit is contained in:
@@ -1,10 +1,24 @@
|
||||
note
|
||||
description: "Summary description for {DEFAULT_SERVICE}."
|
||||
description: "[
|
||||
Component to launch the service using the default connector
|
||||
|
||||
which is CGI for this class
|
||||
|
||||
How-to:
|
||||
|
||||
s: DEFAULT_SERVICE_LAUNCHER
|
||||
create s.make_and_launch (agent execute)
|
||||
|
||||
execute (req: WSF_REQUEST; res: WSF_RESPONSE)
|
||||
do
|
||||
-- ...
|
||||
end
|
||||
]"
|
||||
date: "$Date$"
|
||||
revision: "$Revision$"
|
||||
|
||||
class
|
||||
DEFAULT_SERVICE
|
||||
DEFAULT_SERVICE_LAUNCHER
|
||||
|
||||
inherit
|
||||
WSF_SERVICE
|
||||
Reference in New Issue
Block a user