* @copybrief xnLockNodeForChanges * For full details and usage, see @ref xnLockNodeForChanges */
| 2783 | * For full details and usage, see @ref xnLockNodeForChanges |
| 2784 | */ |
| 2785 | inline XnStatus LockForChanges(XnLockHandle* phLock) |
| 2786 | { |
| 2787 | return xnLockNodeForChanges(GetHandle(), phLock); |
| 2788 | } |
| 2789 | |
| 2790 | /** |
| 2791 | * @copybrief xnUnlockNodeForChanges |
nothing calls this directly
no test coverage detected