first commit of FILE_UPLOADER
This commit is contained in:
28
src/file/cms_file_uploader.e
Normal file
28
src/file/cms_file_uploader.e
Normal 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
|
||||||
Reference in New Issue
Block a user