LAPTOP-SNT8I5JK\Boounion
2025-09-01 15a5a1a07b35d432794ea20e841bd7e002538590
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;