mutextable2.cc (92B)
1 #include "mutextable" 2 3 MutexTable::MutexTable(MutexTable const &other) { 4 copy(other); 5 }