From 5989931d7c88696a1e4858c9ea4a93a8312efc53 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 30 Aug 2006 18:52:01 +0000 Subject: * bin/bbstored/BackupStoreDaemon.h - Removed SendMessageToHousekeepingProcess() on Win32, no longer needed --- bin/bbstored/BackupStoreDaemon.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/bbstored/BackupStoreDaemon.h') diff --git a/bin/bbstored/BackupStoreDaemon.h b/bin/bbstored/BackupStoreDaemon.h index 2fbe486d..3123b21f 100644 --- a/bin/bbstored/BackupStoreDaemon.h +++ b/bin/bbstored/BackupStoreDaemon.h @@ -38,11 +38,13 @@ private: 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: -- cgit v1.2.3