Synchronized with Nino

This commit is contained in:
Jocelyn Fiat
2011-12-01 17:59:35 +01:00
parent 8ae4a30ee8
commit 1b92403045
2 changed files with 3 additions and 3 deletions

View File

@@ -19,11 +19,11 @@ create
feature {NONE} -- Initialization
make_with_callback (a_main_server: like main_server; a_callback: like callback)
make_with_callback (a_server: like server; a_callback: like callback)
-- Initialize `Current'.
do
base := a_callback.base
make (a_main_server)
make (a_server)
callback := a_callback
end