Added GW_HEADER

Added pre_, post_ and rescue_execute for GW_APPLICATION
Fixed an unknown class in export clause
cosmetic + copyright
This commit is contained in:
Jocelyn Fiat
2011-07-12 17:47:17 +02:00
parent 681bb19ab7
commit bc98c5a317
22 changed files with 599 additions and 31 deletions

View File

@@ -1 +1,10 @@
reference:forum2
${NOTE_KEYWORD}
copyright: "2011-${YEAR}, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
5949 Hollister Ave., Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"

View File

@@ -81,7 +81,7 @@ feature -- Server
end
note
copyright: "Copyright (c) 1984-2011, Eiffel Software and others"
copyright: "2011-2011, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software

View File

@@ -22,7 +22,7 @@ feature {NONE} -- Initialization
set_nino_input (a_nino_input)
end
feature {GW_NINO_APPLICATION} -- Nino
feature {GW_NINO_CONNECTOR, GW_APPLICATION} -- Nino
set_nino_input (i: like nino_input)
do
@@ -48,7 +48,7 @@ feature -- Access
-- Last string read
;note
copyright: "Copyright (c) 1984-2011, Eiffel Software and others"
copyright: "2011-2011, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software

View File

@@ -21,7 +21,7 @@ feature {NONE} -- Initialization
set_nino_output (a_nino_output)
end
feature {GW_NINO_APPLICATION} -- Nino
feature {GW_NINO_CONNECTOR, GW_APPLICATION} -- Nino
set_nino_output (o: like nino_output)
do
@@ -41,11 +41,6 @@ feature -- Basic operation
nino_output.put_string (s)
end
flush
-- Flush the output stream
do
end
note
copyright: "2011-2011, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
@@ -56,5 +51,4 @@ note
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"
end