[Box Backup-dev] COMMIT r821 - box/chris/merge/bin/bbackupd

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed Aug 30 19:06:30 BST 2006


Author: chris
Date: 2006-08-30 19:06:30 +0100 (Wed, 30 Aug 2006)
New Revision: 821

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


Modified: box/chris/merge/bin/bbackupd/Win32BackupService.h
===================================================================
--- box/chris/merge/bin/bbackupd/Win32BackupService.h	2006-08-30 18:05:55 UTC (rev 820)
+++ box/chris/merge/bin/bbackupd/Win32BackupService.h	2006-08-30 18:06:30 UTC (rev 821)
@@ -12,7 +12,7 @@
 class Win32BackupService : public BackupDaemon
 {
 public:
-	DWORD WinService(void);
+	DWORD WinService(const char* pConfigFileName);
 };
 
 #endif // WIN32




More information about the Boxbackup-dev mailing list