cwIo.h/cpp : Added uiReport().
This commit is contained in:
parent
586b71b93c
commit
f57ac5ef3e
6
cwIo.cpp
6
cwIo.cpp
@ -3134,3 +3134,9 @@ cw::rc_t cw::io::uiSendValue( handle_t h, unsigned uuId, const char* value )
|
||||
return rc;
|
||||
}
|
||||
|
||||
void cw::io::uiReport( handle_t h )
|
||||
{
|
||||
ui::handle_t uiH;
|
||||
if(_handleToUiHandle(h,uiH) == kOkRC )
|
||||
ui::report(uiH);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user