compatido: now REALLY make those default config options static

refs #3158
This commit is contained in:
Michael Friedrich 2012-09-28 13:14:03 +02:00
parent 37e0309c1d
commit 54ca22be04

View File

@ -69,6 +69,10 @@ private:
msg << type << "=" << *it << "\n"; msg << type << "=" << *it << "\n";
} }
} }
static const String DefaultSocketAddress;
static const String DefaultSocketPort;
static const String DefaultInstanceName;
}; };
} }