changed prefix GW_ into EWF_ for EiffelWebFramework

use READABLE_STRING_GENERAL instead of just STRING
This commit is contained in:
Jocelyn Fiat
2011-08-25 16:00:18 +02:00
parent 53ccaa3fde
commit c20600f281
24 changed files with 63 additions and 63 deletions
@@ -1,12 +1,12 @@
note
description: "Summary description for {GW_ERROR}."
description: "Summary description for {EWF_ERROR}."
legal: "See notice at end of class."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class
GW_ERROR
EWF_ERROR
inherit
ERROR
@@ -1,6 +1,6 @@
note
description: "[
Summary description for {GW_HEADER}.
Summary description for {EWF_HEADER}.
Note the return status code is not part of the HTTP header
]"
@@ -10,7 +10,7 @@ note
revision: "$Revision$"
class
GW_HEADER
EWF_HEADER
inherit
ANY