PageRenderTime 30ms CodeModel.GetById 20ms app.highlight 5ms RepoModel.GetById 1ms app.codeStats 0ms

/cln-1.3.2/src/timing/cl_t_d.cc

#
C++ | 19 lines | 8 code | 7 blank | 4 comment | 0 complexity | 7b7ffb0a30370f5444b49d30ba20f425 MD5 | raw file
Possible License(s): GPL-2.0
 1// destructor ~cl_timing().
 2
 3// General includes.
 4#include "base/cl_sysdep.h"
 5
 6// Specification.
 7#include "cln/timing.h"
 8
 9
10// Implementation.
11
12namespace cln {
13
14cl_timing::~cl_timing ()
15{
16	report_fn(*this);
17}
18
19}  // namespace cln