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