From: <qua...@us...> - 2010-04-22 14:41:20
|
Revision: 182 http://stdair.svn.sourceforge.net/stdair/?rev=182&view=rev Author: quannaus Date: 2010-04-22 14:41:11 +0000 (Thu, 22 Apr 2010) Log Message: ----------- [dev] Added some comments in BomRoot. Modified Paths: -------------- trunk/stdair/stdair/bom/BomRoot.hpp Modified: trunk/stdair/stdair/bom/BomRoot.hpp =================================================================== --- trunk/stdair/stdair/bom/BomRoot.hpp 2010-04-22 14:02:30 UTC (rev 181) +++ trunk/stdair/stdair/bom/BomRoot.hpp 2010-04-22 14:41:11 UTC (rev 182) @@ -30,7 +30,9 @@ <li>Parent_T: Type corresponding to the parent BOM class within that namespace (e.g., AIRSCHED here)</li> <li>ChildrenHolderMap_T: The map between the type of children and - a pointer to the bom holder of this type (e.g., AIRSCHED here)</li> + a pointer to the bom holder of this type (e.g., AIRSCHED here). + All the pointers to the bom holder should be initialised to + NULL in the init() function.</li> </ul> <br><br> Note that the parent type of BomRoot is its own type. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |