Import HTTPD Eiffel

This commit is contained in:
Javier Velilla
2011-05-20 08:58:26 -03:00
parent 094dc09354
commit dfa30471e3
84 changed files with 3241 additions and 0 deletions

16
shared_document_root.e Normal file
View File

@@ -0,0 +1,16 @@
note
description: "Summary description for {SHARED_DOCUMENT_ROOT}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
SHARED_DOCUMENT_ROOT
feature
document_root_cell: CELL [STRING]
once ("PROCESS")
create Result.put (Void)
end
end