Rename WSF_FILE to WSF_FILE_DEFINITION

This commit is contained in:
YNH Webdev
2014-03-05 15:07:21 +01:00
parent d4b877f18e
commit cbcf9550f8
3 changed files with 6 additions and 55 deletions

View File

@@ -11,7 +11,7 @@ class
inherit
WSF_VALIDATOR [detachable WSF_FILE]
WSF_VALIDATOR [detachable WSF_FILE_DEFINITION]
rename
make as make_validator
redefine
@@ -32,7 +32,7 @@ feature {NONE} -- Initialization
feature -- Implementation
is_valid (input: detachable WSF_FILE): BOOLEAN
is_valid (input: detachable WSF_FILE_DEFINITION): BOOLEAN
do
Result := True
if attached input as a_input then