summaryrefslogtreecommitdiff
path: root/bin/bbackupd/Win32BackupService.h
blob: 38cebaccea8f97dac4804aa5d8fa8c75d3066a49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Box Backup service daemon implementation by Nick Knight

#ifndef WIN32BACKUPSERVICE_H
#define WIN32BACKUPSERVICE_H

#ifdef WIN32

class Configuration;
class ConfigurationVerify;
class BackupDaemon;

class Win32BackupService : public BackupDaemon
{
public:
	DWORD WinService(void);
};

#endif // WIN32

#endif // WIN32BACKUPSERVICE_H