| | |
| | | m_strSaveImageUploadPath = strImagePath; |
| | | } |
| | | |
| | | void CReviewProcessor::SetReviewImagePath(const CString& strImagePath) |
| | | { |
| | | m_strSaveImageReviewPath = strImagePath; |
| | | } |
| | | |
| | | void CReviewProcessor::GetSaveImageBasePath( CString& strPath ) |
| | | { |
| | | strPath = m_strSaveImageBasePath; |
| | |
| | | CString CReviewProcessor::GetUploadImagePath() |
| | | { |
| | | return m_strSaveImageUploadPath; |
| | | } |
| | | |
| | | CString CReviewProcessor::GetReviewUploadImagePath() |
| | | { |
| | | return m_strSaveImageReviewPath; |
| | | } |
| | | |
| | | void CReviewProcessor::SetRTMSUploadImagePath(const CString& strImagePath) |