Added "draft" folder to contain potential future addition to EWF

This commit is contained in:
Jocelyn Fiat
2011-11-18 13:56:07 +01:00
parent 257ede7586
commit aab910ab64
22 changed files with 256 additions and 1 deletions

View File

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