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