Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | 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 if ( !started ) { 00009 StateNode::DoStart(); 00010 startCrew(); 00011 } 00012 } 00013 00014 void VisualRoutinesStateNode::DoStop() { 00015 if ( started ) { 00016 stopCrew(); 00017 StateNode::DoStop(); 00018 } 00019 } 00020 00021 } // namespace |
DualCoding 4.0 |
Generated Thu Nov 22 00:52:37 2007 by Doxygen 1.5.4 |