|
@@ -399,7 +399,7 @@ namespace OTSController {
|
|
|
// turn HT off if a_bHTValue is FALSE
|
|
|
if (!a_bHTValue)
|
|
|
{
|
|
|
- if (!m_pBrukerImplPtr->SwitchSEMOff(TRUE, FALSE, FALSE))
|
|
|
+ if (!m_pBrukerImplPtr->SwitchSEMOff(a_bHTValue, FALSE, FALSE))
|
|
|
{
|
|
|
// failed to call SwitchSEMOff method
|
|
|
LogErrorTrace(__FILE__, __LINE__, _T("COTSSEMBruker::SetHTOnOff : failed to call SwitchSEMOff method."));
|