Changeset 988
- Timestamp:
- 12/10/2006 22:06:04 (5 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbstored/BackupStoreDaemon.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbstored/BackupStoreDaemon.h
r857 r988 39 39 public: 40 40 41 #ifndef WIN3242 41 // For BackupContext to communicate with housekeeping process 43 42 void SendMessageToHousekeepingProcess(const void *Msg, int MsgLen) 44 43 { 44 #ifndef WIN32 45 45 mInterProcessCommsSocket.Write(Msg, MsgLen); 46 #endif 46 47 } 47 #endif48 48 49 49 protected:
Note: See TracChangeset
for help on using the changeset viewer.
