Subversion Repositories spk

Rev

Rev 79 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 79 Rev 242
Line 427... Line 427...
427
	}
427
	}
428
 
428
 
429
	return m_pActivePage->SetSpeed(hHandle, speed);
429
	return m_pActivePage->SetSpeed(hHandle, speed);
430
}
430
}
431
 
431
 
432
HRESULT CEzLcd::SetText(HANDLE hHandle, const std::string &pText)
432
HRESULT CEzLcd::SetText(HANDLE hHandle, const std::wstring &pText)
433
{
433
{
434
	if (m_pActivePage == NULL)
434
	if (m_pActivePage == NULL)
435
	{
435
	{
436
	    return E_FAIL;
436
	    return E_FAIL;
437
	}
437
	}