Updated "draft" folder which contain potential future addition to EWF

This commit is contained in:
Jocelyn Fiat
2011-11-18 14:18:22 +01:00
parent aab910ab64
commit 0cce4d8244
19 changed files with 66 additions and 11 deletions

View File

@@ -0,0 +1,22 @@
note
description: "[
Main interface for RSS interface
]"
date: "$Date$"
revision: "$Revision$"
class
RSS
create
make
feature {NONE} -- Initialization
make
-- Instantiate Current object
do
check not_yet_implemented: False end
end
end