| 55 | inline XnStatus AddExportedNode(XnModuleGetExportedInterfacePtr pEntryPoint) { return m_ExportedNodes.AddLast(pEntryPoint); } |
| 56 | |
| 57 | XnUInt32 GetExportedNodesCount() { return m_ExportedNodes.Size(); } |
| 58 | |
| 59 | XnStatus GetExportedNodes(XnModuleGetExportedInterfacePtr* aEntryPoints, XnUInt32 nCount) |
| 60 | { |
no test coverage detected