#ifndef NODESTOREMGMTDEX_H_ #define NODESTOREMGMTDEX_H_ #include #include class NodeStoreMgmtEx : public NodeStoreServers { public: NodeStoreMgmtEx(); virtual NodeStoreResult addOrUpdateNodeEx(std::shared_ptr node, NumNodeID* outNodeNumID) override; }; #endif /*NODESTOREMGMTDEX_H_*/