/library/server/httpd_connector/cgi/src/httpd_cgi_server_output.e

http://github.com/jocelyn/EiffelWebReloaded · Specman e · 43 lines · 35 code · 8 blank · 0 comment · 1 complexity · 0cd75fb64b0305996c54297aed6c36a2 MD5 · raw file

  1. note
  2. description: "Summary description for {HTTPD_CGI_SERVER_OUTPUT}."
  3. legal: "See notice at end of class."
  4. status: "See notice at end of class."
  5. date: "$Date$"
  6. revision: "$Revision$"
  7. class
  8. HTTPD_CGI_SERVER_OUTPUT
  9. inherit
  10. HTTPD_SERVER_OUTPUT
  11. undefine
  12. flush
  13. end
  14. CONSOLE
  15. rename
  16. make as console_make
  17. end
  18. create
  19. make
  20. feature {NONE} -- Initialization
  21. make
  22. do
  23. make_open_stdout ("stdout")
  24. end
  25. note
  26. copyright: "Copyright (c) 1984-2011, Eiffel Software and others"
  27. license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
  28. source: "[
  29. Eiffel Software
  30. 5949 Hollister Ave., Goleta, CA 93117 USA
  31. Telephone 805-685-1006, Fax 805-685-6869
  32. Website http://www.eiffel.com
  33. Customer support http://support.eiffel.com
  34. ]"
  35. end