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