| 66 | } |
| 67 | |
| 68 | XnStatus MockNotifier::OnNodeStringPropChangedImpl(void* pCookie, const XnChar* /*strNodeName*/, const XnChar* strPropName, const XnChar* strValue) |
| 69 | { |
| 70 | return xnSetStringProperty((XnNodeHandle)pCookie, strPropName, strValue); |
| 71 | } |
| 72 | |
| 73 | XnStatus MockNotifier::OnNodeGeneralPropChangedImpl(void* pCookie, const XnChar* /*strNodeName*/, const XnChar* strPropName, XnUInt32 nBufferSize, const void* pBuffer) |
| 74 | { |
nothing calls this directly
no test coverage detected