| 148 | } |
| 149 | |
| 150 | XnStatus PlayerNode::SetNodeNotifications(void *pNotificationsCookie, XnNodeNotifications *pNodeNotifications) |
| 151 | { |
| 152 | XN_VALIDATE_INPUT_PTR(pNodeNotifications); |
| 153 | m_pNotificationsCookie = pNotificationsCookie; |
| 154 | m_pNodeNotifications = pNodeNotifications; |
| 155 | return XN_STATUS_OK; |
| 156 | } |
| 157 | |
| 158 | XnStatus PlayerNode::SetRepeat(XnBool bRepeat) |
| 159 | { |
no outgoing calls
no test coverage detected