crossroads

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

mutextree2.cc (183B)


      1 #include "mutextree"
      2 
      3 MutexTree::MutexTree(MutexTree const &other) {
      4 #   ifdef DEBUG
      5     debugmsg("Mutex: copy constructor (this=" << this << ")\n");
      6 #   endif    
      7     copy(other);
      8 }