Changeset 1855 for box/chris/general/bin/bbstored/BackupStoreDaemon.cpp
- Timestamp:
- 22/09/2007 00:52:08 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/bin/bbstored/BackupStoreDaemon.cpp
r1784 r1855 94 94 // 95 95 // -------------------------------------------------------------------------- 96 const char *BackupStoreDaemon::DaemonBanner() const 97 { 98 #ifndef NDEBUG 99 // Don't display banner in debug builds 100 return 0; 101 #else 96 std::string BackupStoreDaemon::DaemonBanner() const 97 { 102 98 return BANNER_TEXT("Backup Store Server"); 103 #endif104 99 } 105 100
Note: See TracChangeset
for help on using the changeset viewer.
