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

Method GetLockAwareInterface

Include/XnModuleCppInterface.h:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 virtual XnStatus GetGeneralProperty(const XnChar* /*strName*/, XnUInt32 /*nBufferSize*/, void* /*pBuffer*/) const { return XN_STATUS_ERROR; }
170 virtual ModuleExtendedSerializationInterface* GetExtendedSerializationInterface() { return NULL; }
171 virtual ModuleLockAwareInterface* GetLockAwareInterface() { return NULL; }
172 virtual ModuleErrorStateInterface* GetErrorStateInterface() { return NULL; }
173 virtual ModuleGeneralIntInterface* GetGeneralIntInterface(const XnChar* /*strCap*/) { return NULL; }
174

Calls

no outgoing calls

Tested by

no test coverage detected