LAPTOP-SNT8I5JK\Boounion
2025-07-30 90ae1c3db92833354814484e65f8cd2eef1f5f3e
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;