Changeset 988


Ignore:
Timestamp:
12/10/2006 22:06:04 (5 years ago)
Author:
chris
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbstored/BackupStoreDaemon.h

    r857 r988  
    3939public: 
    4040 
    41 #ifndef WIN32 
    4241        // For BackupContext to communicate with housekeeping process 
    4342        void SendMessageToHousekeepingProcess(const void *Msg, int MsgLen) 
    4443        { 
     44#ifndef WIN32 
    4545                mInterProcessCommsSocket.Write(Msg, MsgLen); 
     46#endif 
    4647        } 
    47 #endif 
    4848 
    4949protected: 
Note: See TracChangeset for help on using the changeset viewer.