first commit of FILE_UPLOADER

This commit is contained in:
fmurer
2015-12-29 11:53:45 +01:00
parent 7f26b9feb3
commit 53cb73ca5a

View File

@@ -0,0 +1,28 @@
note
description: "Summary description for {CMS_FILE_UPLOADER}."
author: "Fabian Murer"
date: "$Date$"
revision: "$Revision$"
class
CMS_FILE_UPLOADER
inherit
ANY
create
make
feature {NONE} -- initialize
make (a_setup: CMS_SETUP)
-- creates the CMS_FILE_UPLOADER with a setup `a_setup'
do
end
note
copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end