[Box Backup-commit] COMMIT r1381 - box/chris/general/bin/bbstored
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Thu, 08 Mar 2007 22:59:42 +0000
Author: chris
Date: 2007-03-08 22:59:42 +0000 (Thu, 08 Mar 2007)
New Revision: 1381
Modified:
box/chris/general/bin/bbstored/BackupStoreDaemon.h
Log:
Merge back cosmetic fixes
Modified: box/chris/general/bin/bbstored/BackupStoreDaemon.h
===================================================================
--- box/chris/general/bin/bbstored/BackupStoreDaemon.h 2007-03-08 22:59:11 UTC (rev 1380)
+++ box/chris/general/bin/bbstored/BackupStoreDaemon.h 2007-03-08 22:59:42 UTC (rev 1381)
@@ -38,7 +38,7 @@
BackupStoreDaemon(const BackupStoreDaemon &rToCopy);
public:
- // For BackupContext to comminicate with housekeeping process
+ // For BackupContext to communicate with housekeeping process
void SendMessageToHousekeepingProcess(const void *Msg, int MsgLen)
{
#ifndef WIN32
@@ -73,7 +73,7 @@
bool mHaveForkedHousekeeping;
bool mIsHousekeepingProcess;
bool mHousekeepingInited;
-
+
SocketStream mInterProcessCommsSocket;
IOStreamGetLine mInterProcessComms;