From 349f26accd28cd83356334239b11728ce50b7f95 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期三, 14 五月 2025 18:10:21 +0800
Subject: [PATCH] 1.重新理顺Glass的流转,CJobDataB, CJobDataS在CEquipment的列表存储等;

---
 SourceCode/Bond/Servo/CBonder.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/CBonder.h b/SourceCode/Bond/Servo/CBonder.h
index 04785d3..089878d 100644
--- a/SourceCode/Bond/Servo/CBonder.h
+++ b/SourceCode/Bond/Servo/CBonder.h
@@ -21,6 +21,10 @@
         virtual void getAttributeVector(CAttributeVector& attrubutes);
         virtual int recvIntent(CPin* pPin, CIntent* pIntent);
         virtual BOOL glassWillArrive(CGlass* pGlass);
+        virtual int storedJob(CJobDataB* pJobDataB);
+        virtual int onReceivedJob(int port, CJobDataS* pJobDataS);
+        virtual int onSentOutJob(int port, CJobDataS* pJobDataS);
+        virtual int onProcessData(CProcessData* pProcessData);
 
     public:
         void setIndex(unsigned int index);
@@ -28,6 +32,7 @@
 
     private:
         unsigned int m_nIndex;
+        BOOL m_bPermittedStore;
     };
 }
 

--
Gitblit v1.9.3