| 157 | } |
| 158 | |
| 159 | XnStatus NodeWatcher::NotifyIntPropChanged(const XnChar* strPropName, XnUInt64 nValue) |
| 160 | { |
| 161 | return m_notifications.OnNodeIntPropChanged(m_pCookie, m_node.GetName(), strPropName, nValue); |
| 162 | } |
| 163 | |
| 164 | XnStatus NodeWatcher::NotifyRealPropChanged(const XnChar* strPropName, XnDouble dValue) |
| 165 | { |
no test coverage detected