LAPTOP-SNT8I5JK\Boounion
2025-05-30 5c2e5e0cc8c3bd8ca6430f37d27ee788da139cf4
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;