SDC C-Project CF Review 프로그램
SWK
2023-03-10 5ce2e7ca14f09da2138ea783ef16044a01423413
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;