[Box Backup-dev] COMMIT r855 - box/trunk/bin/bbstored

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Aug 31 09:42:30 BST 2006


Author: chris
Date: 2006-08-31 09:42:30 +0100 (Thu, 31 Aug 2006)
New Revision: 855

Modified:
   box/trunk/bin/bbstored/BackupStoreDaemon.h
Log:
* bin/bbstored/BackupStoreDaemon.h
- Removed SendMessageToHousekeepingProcess() on Win32, no longer needed


Modified: box/trunk/bin/bbstored/BackupStoreDaemon.h
===================================================================
--- box/trunk/bin/bbstored/BackupStoreDaemon.h	2006-08-31 08:41:58 UTC (rev 854)
+++ box/trunk/bin/bbstored/BackupStoreDaemon.h	2006-08-31 08:42:30 UTC (rev 855)
@@ -38,11 +38,13 @@
 	BackupStoreDaemon(const BackupStoreDaemon &rToCopy);
 public:
 
-	// For BackupContext to comminicate with housekeeping process
+#ifndef WIN32
+	// For BackupContext to communicate with housekeeping process
 	void SendMessageToHousekeepingProcess(const void *Msg, int MsgLen)
 	{
 		mInterProcessCommsSocket.Write(Msg, MsgLen);
 	}
+#endif
 
 protected:
 	




More information about the Boxbackup-dev mailing list