mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-05 20:57:38 +01:00
Rename Method and fix error in vcxproj File
This commit is contained in:
@@ -140,7 +140,7 @@ public:
|
||||
void setFailureActions(FailureActionVector failureActions, const std::string& command = "", const std::string& rebootMessage = "");
|
||||
/// Sets the Failure Actions for the service.
|
||||
|
||||
FailureActionTypeVector getFailureAction() const;
|
||||
FailureActionTypeVector getFailureActions() const;
|
||||
/// Returns the Failure Actions for the service.
|
||||
|
||||
void setDescription(const std::string& description);
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -329,7 +329,6 @@
|
||||
<ClInclude Include="src\WindowsTestSuite.h" />
|
||||
<ClInclude Include="src\WinRegistryTest.h" />
|
||||
<ClInclude Include="src\WinServiceTest.h" />
|
||||
<ClInclude Include="src\WinServiceTest.h" />
|
||||
<ClInclude Include="src\XMLConfigurationTest.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -359,7 +358,6 @@
|
||||
<ClCompile Include="src\WindowsTestSuite.cpp" />
|
||||
<ClCompile Include="src\WinRegistryTest.cpp" />
|
||||
<ClCompile Include="src\WinServiceTest.cpp" />
|
||||
<ClCompile Include="src\WinServiceTest.cpp" />
|
||||
<ClCompile Include="src\XMLConfigurationTest.cpp" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
|
||||
Reference in New Issue
Block a user