aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/messagebus/mon_service_messagebus.cpp
blob: 4dd144ebe836f7c99171b87d1cb111bdfba086e8 (plain) (blame)
1
2
3
4
5
6
7
8
#include "mon_service_messagebus.h"

using namespace NMonitoring;

TMonServiceMessageBus::TMonServiceMessageBus(ui16 port, const TString& title)
    : TMonService2(port, title)
{
}