SDC C-Project CF Review 프로그램
KEJ
2024-06-26 0c66940a8e2cf64c9890519901f433b3668216b6
DitGlassRawMessenger/DitGlassRawMessenger/DitGlassRawMessengerDlg.cpp
@@ -774,6 +774,8 @@
   if(m_pGlassRawMaker) delete m_pGlassRawMaker;
   
   m_pGlassRawMaker = pNewRawMaker;
   m_pGlassRawMaker->SetInterface_IGR2P(this); /* < KJG 20240620 - #4942 ADD Start >*/
   m_ConfigOption.m_nSelectRawType = nIndex;
   WriteConfigFile();
@@ -1676,4 +1678,14 @@
   return CDialog::OnCopyData(pWnd, pCopyDataStruct);
}
/* <LJC 20211122 : #3820 ADD End> */
/* <LJC 20211122 : #3820 ADD End> */
/* < KJG 20240620 - #4942 ADD Start >*/
void CDitGlassRawMessengerDlg::IGR2P_ReportBinaryResult(BOOL bSucess)
{
   if(bSucess)
      m_Server.GetGlassRawInfo()->m_ClientResultStep = APS_RES_BinarySuccess;
   else
      m_Server.GetGlassRawInfo()->m_ClientResultStep = APS_RES_BinaryFail;
}
/* < KJG 20240620 - #4942 ADD End >*/