SDC C-Project CF Review 프로그램
LYW
2021-07-23 a6552335164ce062567b76aa7d097fd046129474
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;