Reimplemented from OglGui::Window. Definition at line 19 of file ThreadSystemWnd.h. References mInitialized, and mStr. 00020 { 00021 if (!mInitialized) 00022 { 00023 mInitialized = true; 00024 int sysRes = system(mStr.c_str()); 00025 } 00026 }
|
1.5.1