Files
EWF/shared_document_root.e
2011-05-20 08:58:26 -03:00

17 lines
268 B
Plaintext

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