[Box Backup-dev] COMMIT r842 - box/chris/retry-debug/bin/bbackupd

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Thu, 31 Aug 2006 09:12:00 +0100


Author: chris
Date: 2006-08-31 09:12:00 +0100 (Thu, 31 Aug 2006)
New Revision: 842

Modified:
   box/chris/retry-debug/bin/bbackupd/Win32BackupService.h
Log:
* bin/bbackupd/Win32BackupService.h
- Prototype update to match changes to Win32BackupService.cpp


Modified: box/chris/retry-debug/bin/bbackupd/Win32BackupService.h
===================================================================
--- box/chris/retry-debug/bin/bbackupd/Win32BackupService.h	2006-08-31 08:10:48 UTC (rev 841)
+++ box/chris/retry-debug/bin/bbackupd/Win32BackupService.h	2006-08-31 08:12:00 UTC (rev 842)
@@ -12,7 +12,7 @@
 class Win32BackupService : public BackupDaemon
 {
 public:
-	DWORD WinService(void);
+	DWORD WinService(const char* pConfigFileName);
 };
 
 #endif // WIN32