1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/samples/mfc/standard/Common/OCC_BaseDoc.cpp
2012-03-05 19:23:40 +04:00

21 lines
419 B
C++
Executable File

// 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()
{
}