summaryrefslogtreecommitdiff
path: root/netfs/daemon/daemonConfigImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/daemon/daemonConfigImpl.cpp')
-rw-r--r--netfs/daemon/daemonConfigImpl.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/netfs/daemon/daemonConfigImpl.cpp b/netfs/daemon/daemonConfigImpl.cpp
new file mode 100644
index 0000000..48b1d0e
--- /dev/null
+++ b/netfs/daemon/daemonConfigImpl.cpp
@@ -0,0 +1,10 @@
+#include <daemonConfig.h>
+#include <compileTimeFormatter.h>
+
+AdHocFormatter(HostNotConfiguredMsg, "This host [%?] is not defined in the configuration");
+void
+NetFS::Daemon::HostNotConfigured::ice_print(std::ostream & s) const
+{
+ HostNotConfiguredMsg::write(s, hostName);
+}
+