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