| 85 | void clearJournal(); |
| 86 | void stopAllJournalling(); |
| 87 | JournallingObject * journallingObject( const jo_id_t _id ) |
| 88 | { |
| 89 | if( m_joIDs.contains( _id ) ) |
| 90 | { |
| 91 | return m_joIDs[_id]; |
| 92 | } |
| 93 | return NULL; |
| 94 | } |
| 95 | |
| 96 | |
| 97 | private: |
no outgoing calls
no test coverage detected