mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-04 20:31:01 +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 = "");
|
void setFailureActions(FailureActionVector failureActions, const std::string& command = "", const std::string& rebootMessage = "");
|
||||||
/// Sets the Failure Actions for the service.
|
/// Sets the Failure Actions for the service.
|
||||||
|
|
||||||
FailureActionTypeVector getFailureAction() const;
|
FailureActionTypeVector getFailureActions() const;
|
||||||
/// Returns the Failure Actions for the service.
|
/// Returns the Failure Actions for the service.
|
||||||
|
|
||||||
void setDescription(const std::string& description);
|
void setDescription(const std::string& description);
|
||||||
|
|||||||
@@ -329,7 +329,7 @@ void WinService::setFailureActions(FailureActionVector failureActions, const std
|
|||||||
delete[] actions;
|
delete[] actions;
|
||||||
}
|
}
|
||||||
|
|
||||||
WinService::FailureActionTypeVector WinService::getFailureAction() const {
|
WinService::FailureActionTypeVector WinService::getFailureActions() const {
|
||||||
open();
|
open();
|
||||||
int size = 4096;
|
int size = 4096;
|
||||||
DWORD bytesNeeded;
|
DWORD bytesNeeded;
|
||||||
|
|||||||
@@ -329,7 +329,6 @@
|
|||||||
<ClInclude Include="src\WindowsTestSuite.h" />
|
<ClInclude Include="src\WindowsTestSuite.h" />
|
||||||
<ClInclude Include="src\WinRegistryTest.h" />
|
<ClInclude Include="src\WinRegistryTest.h" />
|
||||||
<ClInclude Include="src\WinServiceTest.h" />
|
<ClInclude Include="src\WinServiceTest.h" />
|
||||||
<ClInclude Include="src\WinServiceTest.h" />
|
|
||||||
<ClInclude Include="src\XMLConfigurationTest.h" />
|
<ClInclude Include="src\XMLConfigurationTest.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -359,7 +358,6 @@
|
|||||||
<ClCompile Include="src\WindowsTestSuite.cpp" />
|
<ClCompile Include="src\WindowsTestSuite.cpp" />
|
||||||
<ClCompile Include="src\WinRegistryTest.cpp" />
|
<ClCompile Include="src\WinRegistryTest.cpp" />
|
||||||
<ClCompile Include="src\WinServiceTest.cpp" />
|
<ClCompile Include="src\WinServiceTest.cpp" />
|
||||||
<ClCompile Include="src\WinServiceTest.cpp" />
|
|
||||||
<ClCompile Include="src\XMLConfigurationTest.cpp" />
|
<ClCompile Include="src\XMLConfigurationTest.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
|||||||
Reference in New Issue
Block a user