source: box/trunk/bin/bbackupd/Win32BackupService.h @ 821

Revision 821, 360 bytes checked in by chris, 6 years ago (diff)
  • bin/bbackupd/Win32BackupService.h
  • Prototype update to match changes to Win32BackupService.cpp
  • Property svn:eol-style set to native
Line 
1// Box Backup service daemon implementation by Nick Knight
2
3#ifndef WIN32BACKUPSERVICE_H
4#define WIN32BACKUPSERVICE_H
5
6#ifdef WIN32
7
8class Configuration;
9class ConfigurationVerify;
10class BackupDaemon;
11
12class Win32BackupService : public BackupDaemon
13{
14public:
15        DWORD WinService(const char* pConfigFileName);
16};
17
18#endif // WIN32
19
20#endif // WIN32BACKUPSERVICE_H
21
Note: See TracBrowser for help on using the repository browser.