Initial CMS API commmit.

This commit is contained in:
jvelilla
2014-10-01 12:17:39 -03:00
parent 588827b495
commit 27a11f2eea
170 changed files with 12459 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ note
revision: "$Revision: 95678 $"
class
ERROR_HANDLER
BASIC_ERROR_HANDLER
create
make

View File

@@ -12,7 +12,7 @@ inherit
feature -- Access
last_error: detachable ERROR_HANDLER
last_error: detachable BASIC_ERROR_HANDLER
-- Object represent last error.
last_error_message: READABLE_STRING_32
@@ -82,7 +82,7 @@ feature -- Element Settings
failed: not successful
end
set_last_error_from_handler (a_error: detachable ERROR_HANDLER)
set_last_error_from_handler (a_error: detachable BASIC_ERROR_HANDLER)
-- Set `last_error' with `a_error'.
do
last_error := a_error