Now DEFAULT_SERVICE has to be created instead of inherited. - This seems to be better for new user, and this avoid potential conflict and difference when inheriting between the various DEFAULT_SERVICE implementation. - remember that DEFAULT_SERVICE, is mainly to help the user to build its very first service. Use READABLE_STRING_8 as argument whenever it is possible. Added WSF_RESPONSE_MESSAGE, and WSF_RESPONSE.put_response (a_response_message) Now WSF_RESPONSE inherit from WGI_RESPONSE
17 lines
230 B
Plaintext
17 lines
230 B
Plaintext
note
|
|
description: "Summary description for {WSF_RESPONSE_MESSAGE}."
|
|
author: ""
|
|
date: "$Date$"
|
|
revision: "$Revision$"
|
|
|
|
deferred class
|
|
WSF_RESPONSE_MESSAGE
|
|
|
|
feature -- Output
|
|
|
|
send_to (res: WSF_RESPONSE)
|
|
deferred
|
|
end
|
|
|
|
end
|