chenluhua1980
2026-01-24 2a7efcf2a4bac5e7f9813975c87683ea09fb984e
SourceCode/Bond/Servo/CJobDataA.cpp
@@ -6,7 +6,7 @@
namespace SERVO {
   CJobDataA::CJobDataA()
   {
      m_pOwner = nullptr;
   }
   CJobDataA::~CJobDataA()
@@ -14,6 +14,16 @@
   }
   void* CJobDataA::getOwner()
   {
      return m_pOwner;
   }
   void CJobDataA::setOwner(void* pOwner)
   {
      m_pOwner = pOwner;
   }
   short CJobDataA::getPortNo()
   {
      return m_nPortNo;