From: Michael Friedrich Date: Fri, 28 Sep 2012 11:14:03 +0000 (+0200) Subject: compatido: now REALLY make those default config options static X-Git-Tag: v0.0.1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54ca22be04356fa7e71dc72b7020cd3ac1f5966c;p=icinga2 compatido: now REALLY make those default config options static refs #3158 --- diff --git a/components/compatido/compatidocomponent.h b/components/compatido/compatidocomponent.h index f12ae3bb8..1f319b442 100644 --- a/components/compatido/compatidocomponent.h +++ b/components/compatido/compatidocomponent.h @@ -69,6 +69,10 @@ private: msg << type << "=" << *it << "\n"; } } + + static const String DefaultSocketAddress; + static const String DefaultSocketPort; + static const String DefaultInstanceName; }; }