aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/encoder.cpp
blob: becf932689bc0230f9093f782d9392964684f78a (plain) (blame)
1
2
3
4
5
6
#include "encoder.h"

namespace NMonitoring {
    IMetricEncoder::~IMetricEncoder() {
    }
}