aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/messagebus/mon_service_messagebus.cpp
blob: 36ab81b012e463ca9b9733af6616425714e2e654 (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)
{ 
}