| 171 | virtual ModuleLockAwareInterface* GetLockAwareInterface() { return NULL; } |
| 172 | virtual ModuleErrorStateInterface* GetErrorStateInterface() { return NULL; } |
| 173 | virtual ModuleGeneralIntInterface* GetGeneralIntInterface(const XnChar* /*strCap*/) { return NULL; } |
| 174 | |
| 175 | public: |
| 176 | #ifdef XN_NO_DYNAMIC_CAST |
no outgoing calls
no test coverage detected