Migrated simple, simple_file and upload_image example.

Adapted EWF accordingly.
This commit is contained in:
2015-03-25 14:56:38 +01:00
parent bf0eb9a02d
commit b4a9c92ffc
13 changed files with 808 additions and 262 deletions

View File

@@ -67,7 +67,7 @@ feature {NONE} -- Initialization
verbose := l_verbose_str.as_lower.same_string ("true")
end
end
create conn.make (Current)
create conn.make --(Current)
connector := conn
conn.on_launched_actions.extend (agent on_launched)