LAPTOP-SNT8I5JK\Boounion
2025-06-21 0de0a72329a77fbf20bc299c542e435a6d47256b
SourceCode/Bond/Servo/CJobDataC.cpp
@@ -6,6 +6,7 @@
   CJobDataC::CJobDataC()
   {
      m_nCassetteSequenceNo = 0;
      m_pOwner = nullptr;
   }
   CJobDataC::~CJobDataC()
@@ -13,6 +14,16 @@
      m_nCassetteProcessFlag = 0;
   }
   void* CJobDataC::getOwner()
   {
      return m_pOwner;
   }
   void CJobDataC::setOwner(void* pOwner)
   {
      m_pOwner = pOwner;
   }
   int CJobDataC::getCassetteSequenceNo()
   {
      return m_nCassetteSequenceNo;