SourceCode/Bond/Servo/CPortStatusReport.cpp
@@ -139,9 +139,6 @@ memcpy(&m_nLoadingCassetteType, &pszBuffer[index], sizeof(short)); index += sizeof(short); memcpy(&m_nLoadingCassetteType, &pszBuffer[index], sizeof(short)); index += sizeof(short); memcpy(&m_nQTimeFlag, &pszBuffer[index], sizeof(short)); index += sizeof(short); @@ -252,6 +249,11 @@ m_nJobExistenceSlot[0] = map; } void CPortStatusReport::setCassetteId(const char* pszId) { m_strCassetteID = pszId; } void CPortStatusReport::WriteString(CArchive& ar, std::string& string) { CString strTemp = string.c_str();