SourceCode/Bond/Servo/CMaster.h
@@ -64,6 +64,8 @@ CEquipment* getEquipment(int id); void setCacheFilepath(const char* pszFilepath); int abortCurrentTask(); void setPortType(unsigned int index, BOOL enable, int type, int mode, int cassetteType, int transferMode, BOOL autoChangeEnable); private: inline void lock() { EnterCriticalSection(&m_criticalSection); }