| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
VisualRoutinesStateNode.ccGo to the documentation of this file.00001 #include "VisualRoutinesStateNode.h" 00002 00003 namespace DualCoding { 00004 00005 //---------------------------------------------------------------- 00006 00007 void VisualRoutinesStateNode::DoStart() { 00008 StateNode::DoStart(); 00009 startCrew(); 00010 } 00011 00012 void VisualRoutinesStateNode::DoStop() { 00013 stopCrew(); 00014 StateNode::DoStop(); 00015 } 00016 00017 } // namespace |
|
DualCoding 3.0beta |
Generated Wed Oct 4 00:01:54 2006 by Doxygen 1.4.7 |