| 702 | } |
| 703 | |
| 704 | void IntPropRecord::SetValue(XnUInt64 nValue) |
| 705 | { |
| 706 | m_nValue = nValue; |
| 707 | SetPropData(&m_nValue); |
| 708 | SetPropDataSize(sizeof(m_nValue)); |
| 709 | } |
| 710 | |
| 711 | XnUInt64 IntPropRecord::GetValue() const |
| 712 | { |
no outgoing calls
no test coverage detected