[Box Backup-dev] COMMIT r863 - box/chris/merge/bin/bbstored

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Aug 31 21:11:19 BST 2006


Author: chris
Date: 2006-08-31 21:11:19 +0100 (Thu, 31 Aug 2006)
New Revision: 863

Modified:
   box/chris/merge/bin/bbstored/BackupStoreDaemon.h
Log:
* bin/bbstored/BackupStoreDaemon.h
- Reinstate SendMessageToHousekeepingProcess() on Win32, but make it do
  nothing (refs #3)


Modified: box/chris/merge/bin/bbstored/BackupStoreDaemon.h
===================================================================
--- box/chris/merge/bin/bbstored/BackupStoreDaemon.h	2006-08-31 20:08:11 UTC (rev 862)
+++ box/chris/merge/bin/bbstored/BackupStoreDaemon.h	2006-08-31 20:11:19 UTC (rev 863)
@@ -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-dev mailing list