Converter: add a comment.

git-svn-id: trunk@28758 -
This commit is contained in:
juha 2010-12-18 10:00:29 +00:00
parent dcbf5c2171
commit 8ff8637855

View File

@ -68,6 +68,7 @@ type
protected
// This is either the Interface or Implementation node.
function ParentBlockNode: TCodeTreeNode; virtual; abstract;
// Uses node in either Main or Implementation section.
function UsesSectionNode: TCodeTreeNode; virtual; abstract;
public
constructor Create(ACTLink: TCodeToolLink);