No-op: rename a few variables and add/fix some comments.

git-svn-id: svn://localhost/ardour2/branches/3.0@6818 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-04-01 01:07:24 +00:00
parent afc5e3bd02
commit 50dd880d7e
16 changed files with 107 additions and 55 deletions

View file

@ -175,7 +175,7 @@ Stateful::diff (PropertyList& before, PropertyList& after) const
}
/** Set state of some/all _properties from an XML node.
* @param node Node.
* @param owner_state Node.
* @return PropertyChanges made.
*/
PropertyChange
@ -224,7 +224,7 @@ Stateful::set_properties (const PropertyList& property_list)
}
/** Add property states to an XML node.
* @param node Node.
* @param owner_state Node.
*/
void
Stateful::add_properties (XMLNode& owner_state)