Definition at line 161 of file AppControllerAlt.h. References ILOG_DEBUG, and mControls. 00162 { 00163 int sz = mControls.size(); 00164 for (int i=0 ; i<mControls.size() ; i++) 00165 if (mControls[i]->GetControlId() == id) 00166 return mControls[i]; 00167 ILOG_DEBUG("GetControl: no control " << id); 00168 return 0; 00169 }
|