summaryrefslogtreecommitdiff
path: root/bin/bbstored/BackupStoreDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-10-17 12:54:17 +0000
committerChris Wilson <chris+github@qwirx.com>2007-10-17 12:54:17 +0000
commit7239aaba320fbc24dd608585ca417f804dab1950 (patch)
tree465db401c818c065a8b955618366c29ca94b11b2 /bin/bbstored/BackupStoreDaemon.h
parent891cf7aa3028cd32ee8c4f13cc24ec0cef774620 (diff)
Add "-h" and "/?" options to display usage in Daemon.
Extend usage info with service commands in BackupDaemon. Disable useless -D, -V and -k options on Windows. (merges 1855])
Diffstat (limited to 'bin/bbstored/BackupStoreDaemon.h')
-rw-r--r--bin/bbstored/BackupStoreDaemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbstored/BackupStoreDaemon.h b/bin/bbstored/BackupStoreDaemon.h
index eb665440..387a1d5b 100644
--- a/bin/bbstored/BackupStoreDaemon.h
+++ b/bin/bbstored/BackupStoreDaemon.h
@@ -56,7 +56,7 @@ protected:
void Connection2(SocketStreamTLS &rStream);
virtual const char *DaemonName() const;
- virtual const char *DaemonBanner() const;
+ virtual std::string DaemonBanner() const;
const ConfigurationVerify *GetConfigVerify() const;