LAPTOP-SNT8I5JK\Boounion
2025-09-17 8e2b7558c6dce11bfbb144a5d6bf329d41d43827
SourceCode/Bond/Servo/ProcessJob.cpp
@@ -27,6 +27,12 @@
        clampString(m_pjId, MAX_ID_LEN);
    }
    void CProcessJob::setId(std::string& id)
    {
        m_pjId = trimCopy(id);
        clampString(m_pjId, MAX_ID_LEN);
    }
    void CProcessJob::setParentCjId(std::string cjId) {
        m_parentCjId = trimCopy(cjId);
        clampString(m_parentCjId, MAX_ID_LEN);