]> granicus.if.org Git - icinga2/commitdiff
compatido: now REALLY make those default config options static
authorMichael Friedrich <michael.friedrich@gmail.com>
Fri, 28 Sep 2012 11:14:03 +0000 (13:14 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Fri, 28 Sep 2012 11:14:03 +0000 (13:14 +0200)
refs #3158

components/compatido/compatidocomponent.h

index f12ae3bb88bd1b2685b232fba13b3ee816648bcd..1f319b44267ad3bcdb1a1cd516473fb3a380eb1e 100644 (file)
@@ -69,6 +69,10 @@ private:
                        msg << type << "=" << *it << "\n";
                }
        }
+
+       static const String DefaultSocketAddress;
+       static const String DefaultSocketPort;
+       static const String DefaultInstanceName;
 };
 
 }