From 308207cc8ff8545ab4e4cf40a737531486c77412 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 27 Dec 2008 00:27:53 +0000 Subject: Make BackupDaemon::TouchFileInWorkingDir accessible for Boxi. --- bin/bbackupd/BackupDaemon.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h index 0e49abcd..0c864abd 100644 --- a/bin/bbackupd/BackupDaemon.h +++ b/bin/bbackupd/BackupDaemon.h @@ -112,6 +112,9 @@ public: void RunSyncNow(); void OnBackupStart(); void OnBackupFinish(); + // TouchFileInWorkingDir is only here for use by Boxi. + // This does NOT constitute an API! + void TouchFileInWorkingDir(const char *Filename); private: void DeleteAllLocations(); @@ -137,8 +140,6 @@ private: void CloseCommandConnection(); void SendSyncStartOrFinish(bool SendStart); - void TouchFileInWorkingDir(const char *Filename); - void DeleteUnusedRootDirEntries(BackupClientContext &rContext); #ifdef PLATFORM_CANNOT_FIND_PEER_UID_OF_UNIX_SOCKET -- cgit v1.2.3