chenluhua1980
2025-12-11 33f080ddc32f3545b685b2e0a7a5df3c35894270
SourceCode/Bond/Servo/CJobDataA.h
@@ -11,6 +11,8 @@
      virtual ~CJobDataA();
   public:
      void* getOwner();
      void setOwner(void* pOwner);
      short getPortNo();
      std::string& getCarrierId();
      std::string& getPruductId();
@@ -23,6 +25,7 @@
      int unserialize(const char* pszBuffer, int nBufferSize);
   private:
      void* m_pOwner;
      short m_nPortNo;
      std::string m_strCarrierId;
      std::string m_pruductId;