SDC C-Project CF Review 프로그램
LYW
2021-07-08 9cbd9e554f9956b3b945b51602f1d4a3fa0353e1
ReviewSystem/ReviewSystem/ReviewProcessor.cpp
@@ -233,6 +233,11 @@
   m_strSaveImageUploadPath = strImagePath;
}
void CReviewProcessor::SetReviewImagePath(const CString& strImagePath)
{
   m_strSaveImageReviewPath = strImagePath;
}
void CReviewProcessor::GetSaveImageBasePath( CString& strPath )
{
   strPath = m_strSaveImageBasePath; 
@@ -243,6 +248,11 @@
 return m_strSaveImageUploadPath; 
}
CString CReviewProcessor::GetReviewUploadImagePath()
{
   return m_strSaveImageReviewPath;
}
void CReviewProcessor::SetRTMSUploadImagePath(const CString& strImagePath)
{
   m_strRTMSImagePath = strImagePath;