MCPcopy Create free account
hub / github.com/KDE/kdiff3 / DIFF_EXT

Method DIFF_EXT

diff_ext_for_kdiff3/diff_ext.cpp:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <vector>
19
20DIFF_EXT::DIFF_EXT():
21 m_nrOfSelectedFiles(0), _ref_count(0L),
22 m_recentFiles(SERVER::instance()->recent_files())
23{
24 LOG();
25 _resource = SERVER::instance()->handle();
26
27 SERVER::instance()->lock();
28}
29
30DIFF_EXT::~DIFF_EXT()
31{

Callers

nothing calls this directly

Calls 2

handleMethod · 0.80
lockMethod · 0.80

Tested by

no test coverage detected