added some commments

This commit is contained in:
Dario Bösch
2015-05-22 17:58:46 +02:00
parent 0bd75e7c59
commit e8ff313c28
5 changed files with 19 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
note
description: "API to handle nodes of type blog"
description: "API to handle nodes of type blog. Extends the node API."
author: "Dario B<>sch <daboesch@student.ethz.ch"
date: "$Date: 2015-05-21 14:46:00 +0100$"
revision: "$Revision: 96616 $"
@@ -23,6 +23,7 @@ feature {NONE} -- Implementation
-- <Precursor>
do
Precursor
-- Create the node storage for type blog
if attached {CMS_STORAGE_SQL_I} storage as l_storage_sql then
create {CMS_BLOG_STORAGE_SQL} node_storage.make (l_storage_sql)
else