Add serverside file id to file structure

This commit is contained in:
YNH Webdev
2014-01-01 23:50:12 +01:00
parent 05d4f24f6f
commit 7bf95cd927
5 changed files with 69 additions and 60 deletions

View File

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