00001 #include "RunnableState.h" 00002 00003 00004 00005 void RunnableState::SetParentApp(AppInterface *parent) 00006 { 00007 this->parent=parent; 00008 } 00009 void RunnableState::SetFocus(bool hasFocus) 00010 { 00011 00012 } 00013 void RunnableState::OnStateReady(void) 00014 { 00015 00016 }