// Woctree.cpp: implementation of the Woctree class. // ////////////////////////////////////////////////////////////////////// #include "dxstdafx.h" #include "Woctree.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// Woctree::Woctree() { } Woctree::~Woctree() { }