LAPTOP-SNT8I5JK\Boounion
2025-08-11 5edb485d226790306097e40ea954efb2ed90dd21
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;