aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/encoder.cpp
blob: 08b3fc4fd5fa761a4f1b64c923144f8f76c87f01 (plain) (blame)
1
2
3
4
5
6
#include "encoder.h" 
 
namespace NMonitoring { 
    IMetricEncoder::~IMetricEncoder() { 
    } 
}