destroy.cc (89B)
1 #include "mutexnode" 2 3 void MutexNode::destroy() { 4 delete _left; 5 delete _right; 6 }
crossroadsGit mirror of https://crossroads.e-tunity.com/ | |
| git clone git://git.finwo.net/mirror/e-tunity/crossroads | |
| Log | Files | Refs | LICENSE |