summaryrefslogtreecommitdiff
path: root/bin/bbackupd/Win32BackupService.h
blob: e7f077f2cc93b8f5f78d316e08a8afb57cf06a0d (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(const char* pConfigFileName);
};

#endif // WIN32

#endif // WIN32BACKUPSERVICE_H