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