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