crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

mutextable2.cc (92B)


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