[Box Backup-commit] COMMIT r1042 - box/chris/general/bin/bbstored
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sun, 15 Oct 2006 14:47:18 +0100
Author: chris
Date: 2006-10-15 14:47:18 +0100 (Sun, 15 Oct 2006)
New Revision: 1042
Modified:
box/chris/general/bin/bbstored/BackupStoreDaemon.h
Log:
Reinstate SendMessageToHousekeepingProcess, but make it do nothing
Modified: box/chris/general/bin/bbstored/BackupStoreDaemon.h
===================================================================
--- box/chris/general/bin/bbstored/BackupStoreDaemon.h 2006-10-15 13:46:51 UTC (rev 1041)
+++ box/chris/general/bin/bbstored/BackupStoreDaemon.h 2006-10-15 13:47:18 UTC (rev 1042)
@@ -38,13 +38,13 @@
BackupStoreDaemon(const BackupStoreDaemon &rToCopy);
public:
-#ifndef WIN32
// For BackupContext to comminicate with housekeeping process
void SendMessageToHousekeepingProcess(const void *Msg, int MsgLen)
{
+#ifndef WIN32
mInterProcessCommsSocket.Write(Msg, MsgLen);
+#endif
}
-#endif
protected: