mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
20
samples/mfc/standard/Common/OCC_BaseDoc.cpp
Executable file
20
samples/mfc/standard/Common/OCC_BaseDoc.cpp
Executable file
@@ -0,0 +1,20 @@
|
||||
// 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()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user