| 77 | } |
| 78 | |
| 79 | int CParameterFilter::Clear() |
| 80 | { |
| 81 | if(m_pDatabase) |
| 82 | return m_pDatabase->Clear(); |
| 83 | |
| 84 | m_Key.clear(); |
| 85 | return 0; |
| 86 | } |
| 87 | |
| 88 | bool CParameterFilter::isEmpty() |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected