changed prefix GW_ into EWF_ for EiffelWebFramework
use READABLE_STRING_GENERAL instead of just STRING
This commit is contained in:
+2
-2
@@ -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
|
||||
+2
-2
@@ -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
|
||||
Reference in New Issue
Block a user