diff --git a/lib/nodes/webrtc.cpp b/lib/nodes/webrtc.cpp index 28ced7c30..b679291bb 100644 --- a/lib/nodes/webrtc.cpp +++ b/lib/nodes/webrtc.cpp @@ -184,46 +184,11 @@ int WebRTCNode::stop() return Node::stop(); } -// int WebRTCNode::pause() -// { -// // TODO add implementation here -// return 0; -// } - -// int WebRTCNode::resume() -// { -// // TODO add implementation here -// return 0; -// } - -// int WebRTCNode::restart() -// { -// // TODO add implementation here -// return 0; -// } - -// int WebRTCNode::reverse() -// { -// // TODO add implementation here -// return 0; -// } - std::vector WebRTCNode::getPollFDs() { return { queue_signalled_fd(&queue) }; } -// std::vector WebRTCNode::getNetemFDs() -// { -// // TODO add implementation here -// return {}; -// } - -// struct villas::node::memory::Type * WebRTCNode::getMemoryType() -// { -// // TODO add implementation here -// } - const std::string & WebRTCNode::getDetails() { details = fmt::format("");