Import HTTPD Eiffel
This commit is contained in:
16
shared_document_root.e
Normal file
16
shared_document_root.e
Normal 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
|
||||
Reference in New Issue
Block a user