| 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 |
no outgoing calls
no test coverage detected