LAPTOP-SNT8I5JK\Boounion
2025-05-12 d68541dce155a682f65b7c3fbfbfbeef17ea5b8f
SourceCode/Bond/Servo/CStep.h
@@ -29,6 +29,7 @@
      virtual void term();
      void setProp(const char* pszKey, void* pValue);
      void* getProp(const char* pszKey);
      void addAttribute(CAttribute* pAttribute);
   protected:
      inline void Lock() { EnterCriticalSection(&m_criticalSection); }
@@ -43,6 +44,7 @@
      CCCLinkIEControl* m_pCclink;
      CRITICAL_SECTION m_criticalSection;
      std::map<std::string, void*> m_mapProp;
      CAttributeVector m_attributeVector;
   };
}