[Box Backup-commit] COMMIT r988 - box/trunk/bin/bbstored

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Oct 12 22:06:04 BST 2006


Author: chris
Date: 2006-10-12 22:06:04 +0100 (Thu, 12 Oct 2006)
New Revision: 988

Modified:
   box/trunk/bin/bbstored/BackupStoreDaemon.h
Log:
 * Reinstate SendMessageToHousekeepingProcess() on Win32, but make it do nothing


Modified: box/trunk/bin/bbstored/BackupStoreDaemon.h
===================================================================
--- box/trunk/bin/bbstored/BackupStoreDaemon.h	2006-10-12 20:55:06 UTC (rev 987)
+++ box/trunk/bin/bbstored/BackupStoreDaemon.h	2006-10-12 21:06:04 UTC (rev 988)
@@ -38,13 +38,13 @@
 	BackupStoreDaemon(const BackupStoreDaemon &rToCopy);
 public:
 
-#ifndef WIN32
 	// For BackupContext to communicate with housekeeping process
 	void SendMessageToHousekeepingProcess(const void *Msg, int MsgLen)
 	{
+#ifndef WIN32
 		mInterProcessCommsSocket.Write(Msg, MsgLen);
+#endif
 	}
-#endif
 
 protected:
 	




More information about the Boxbackup-commit mailing list