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_BaseView.cpp
Executable file
20
samples/mfc/standard/Common/OCC_BaseView.cpp
Executable file
@@ -0,0 +1,20 @@
|
||||
// OCC_BaseView.cpp: implementation of the OCC_BaseView class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <stdafx.h>
|
||||
#include "OCC_BaseView.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Construction/Destruction
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
OCC_BaseView::OCC_BaseView()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
OCC_BaseView::~OCC_BaseView()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user