From fb8a51bc09f2648034ff661f19415c5670e57e31 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期三, 13 十一月 2024 16:40:22 +0800
Subject: [PATCH] 1.修改文件名和类名称;

---
 SourceCode/Bond/BondEq/Model.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/SourceCode/Bond/BondEq/Model.h b/SourceCode/Bond/BondEq/Model.h
index db77ee0..9a74296 100644
--- a/SourceCode/Bond/BondEq/Model.h
+++ b/SourceCode/Bond/BondEq/Model.h
@@ -1,5 +1,5 @@
 #pragma once
-#include "Servo.h"
+#include "Bonder.h"
 #include "Configuration.h"
 
 
@@ -16,7 +16,7 @@
 	int term();
 	void onTimer(UINT nTimerid);
 	int createRemoteEqs();
-	CServo& getServo();
+	CBonder& getBonder();
 	BEQ::IRemoteEquipment* getBond1();
 
 public:
@@ -42,7 +42,7 @@
 	CString m_strDataDir;
 
 private:
-	CServo m_servo;
+	CBonder m_bonder;
 	BEQ::IServo* m_pServo;
 	BEQ::IRemoteEquipment* m_pEqBond1;
 	int m_nTimerID;

--
Gitblit v1.9.3