From 23a50ec03beb2a4d99cc89766256a053d1d19727 Mon Sep 17 00:00:00 2001
From: darker <mr.darker@163.com>
Date: 星期二, 11 二月 2025 11:23:14 +0800
Subject: [PATCH] 1. 修改SECS数据库管理类的名称,之前的名称不适合
---
SourceCode/Bond/Servo/Servo.vcxproj.filters | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/SourceCode/Bond/Servo/Servo.vcxproj.filters b/SourceCode/Bond/Servo/Servo.vcxproj.filters
index 435f788..eddda24 100644
--- a/SourceCode/Bond/Servo/Servo.vcxproj.filters
+++ b/SourceCode/Bond/Servo/Servo.vcxproj.filters
@@ -23,7 +23,7 @@
<ClCompile Include="ServoGraph.cpp" />
<ClCompile Include="stdafx.cpp" />
<ClCompile Include="TerminalDisplayDlg.cpp" />
- <ClCompile Include="SECSConfigManager.cpp" />
+ <ClCompile Include="SECSRuntimeManager.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="AlarmManager.h" />
@@ -45,7 +45,7 @@
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
<ClInclude Include="TerminalDisplayDlg.h" />
- <ClInclude Include="SECSConfigManager.h" />
+ <ClInclude Include="SECSRuntimeManager.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Servo.rc" />
--
Gitblit v1.9.3