Move draft\library\security\openid under library\security\openid

This commit is contained in:
Jocelyn Fiat
2013-02-28 17:00:13 +01:00
parent ff9be2cf8e
commit 9d8e8eb25a
14 changed files with 10 additions and 16 deletions

View File

@@ -0,0 +1,31 @@
note
description : "Objects that ..."
author : "$Author$"
date : "$Date$"
revision : "$Revision$"
class
APPLICATION
inherit
ARGUMENTS
create
make
feature {NONE} -- Initialization
make
-- Initialize `Current'.
do
test_openid
end
test_openid
local
t: TEST_OPENID
do
create t.make
end
end