mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
21 lines
419 B
C++
Executable File
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()
|
|
{
|
|
|
|
}
|