| 399 | } |
| 400 | |
| 401 | void CParameterApp::SetMessageBoxDisplayInformation(bool bEnable) |
| 402 | { |
| 403 | if(m_bMessageBoxDisplayInfomation == bEnable) |
| 404 | return; |
| 405 | m_bMessageBoxDisplayInfomation = bEnable; |
| 406 | SetModified(true); |
| 407 | } |
| 408 | |
| 409 | const bool CParameterApp::GetDockListActiveShowToolBar() const |
| 410 | { |
no outgoing calls
no test coverage detected