| 167 | } |
| 168 | |
| 169 | XnStatus NodeWatcher::NotifyStringPropChanged(const XnChar* strPropName, const XnChar* strValue) |
| 170 | { |
| 171 | return m_notifications.OnNodeStringPropChanged(m_pCookie, m_node.GetName(), strPropName, strValue); |
| 172 | } |
| 173 | |
| 174 | XnStatus NodeWatcher::NotifyGeneralPropChanged(const XnChar* strPropName, XnUInt32 nBufferSize, const void* pBuffer) |
| 175 | { |
nothing calls this directly
no test coverage detected