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

Method CLASS_FACTORY

diff_ext_for_kdiff3/class_factory.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "server.h"
9
10CLASS_FACTORY::CLASS_FACTORY() {
11 _ref_count = 0L;
12
13 SERVER::instance()->lock();
14}
15
16CLASS_FACTORY::~CLASS_FACTORY() {
17 SERVER::instance()->release();

Callers

nothing calls this directly

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected