MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / CloseFile

Method CloseFile

Source/OpenNI/XnPlayerImpl.cpp:342–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342void XN_CALLBACK_TYPE PlayerImpl::CloseFile(void* pCookie)
343{
344 PlayerImpl* pThis = (PlayerImpl*)pCookie;
345 if (pThis == NULL)
346 {
347 xnLogWarning(XN_MASK_OPEN_NI, "Got NULL cookie");
348 return;
349 }
350 pThis->CloseFileImpl();
351}
352
353XnStatus PlayerImpl::OpenFileImpl()
354{

Callers 2

CloseFileCallbackMethod · 0.45
_xnDumpFileCloseFunction · 0.45

Calls 1

CloseFileImplMethod · 0.45

Tested by

no test coverage detected