chenluhua1980
6 天以前 d400f022161ff47f02cd0ea95a5076d0187ecd4d
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;