mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-03 11:26:20 +01:00
Rename Method and fix error in vcxproj File
This commit is contained in:
@@ -329,7 +329,7 @@ void WinService::setFailureActions(FailureActionVector failureActions, const std
|
||||
delete[] actions;
|
||||
}
|
||||
|
||||
WinService::FailureActionTypeVector WinService::getFailureAction() const {
|
||||
WinService::FailureActionTypeVector WinService::getFailureActions() const {
|
||||
open();
|
||||
int size = 4096;
|
||||
DWORD bytesNeeded;
|
||||
|
||||
Reference in New Issue
Block a user