| 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 | |
|---|
| 8 | class Configuration; |
|---|
| 9 | class ConfigurationVerify; |
|---|
| 10 | class BackupDaemon; |
|---|
| 11 | |
|---|
| 12 | class Win32BackupService : public BackupDaemon |
|---|
| 13 | { |
|---|
| 14 | public: |
|---|
| 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.