| 360 | } |
| 361 | |
| 362 | void CParameterApp::SetStatusBar(bool checked) |
| 363 | { |
| 364 | if(m_bStatusBar == checked) |
| 365 | return; |
| 366 | m_bStatusBar = checked; |
| 367 | SetModified(true); |
| 368 | } |
| 369 | |
| 370 | bool CParameterApp::GetTabBar() const |
| 371 | { |
no outgoing calls
no test coverage detected