Ignore:
Timestamp:
23/09/2007 10:18:20 (5 years ago)
Author:
chris
Message:

Use the specified service name when installing and removing the service.

Pass the service name on the service command line, and use it for event
log messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/general/bin/bbackupd/Win32ServiceFunctions.h

    r1853 r1856  
    1313#define WIN32SERVICEFUNCTIONS_H 
    1414 
    15 int RemoveService  (void); 
    16 int InstallService (const char* pConfigFilePath); 
     15int RemoveService  (const std::string& rServiceName); 
     16int InstallService (const char* pConfigFilePath, const std::string& rServiceName); 
    1717int OurService     (const char* pConfigFileName); 
    1818 
Note: See TracChangeset for help on using the changeset viewer.