mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03: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()
|
|
{
|
|
|
|
}
|