Subversion Repositories spk

Rev

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

Rev 79 Rev 242
Line 320... Line 320...
320
    }
320
    }
321
 
321
 
322
    return E_FAIL;
322
    return E_FAIL;
323
}
323
}
324
 
324
 
325
HRESULT CEzLcdPage::SetText(HANDLE hHandle, const std::string &pText)
325
HRESULT CEzLcdPage::SetText(HANDLE hHandle, const std::wstring &pText)
326
{
326
{
327
    CLCDBase* pMyObject_ = GetObject(hHandle);
327
    CLCDBase* pMyObject_ = GetObject(hHandle);
328
 
328
 
329
    if (NULL != pMyObject_)
329
    if (NULL != pMyObject_)
330
    {
330
    {