mutexnode2.cc (88B)
1 #include "mutexnode" 2 3 MutexNode::MutexNode(MutexNode const &other) { 4 copy(other); 5 }