crossroads

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

mutextree3.cc (147B)


      1 #include "mutextree"
      2 
      3 MutexTree::~MutexTree() {
      4 #   ifdef DEBUG
      5     debugmsg("Mutex: destroying " << this << "\n");
      6 #   endif    
      7     destroy();
      8 }