// opexeccersptesttpview.cpp : implementation file // #include "stdafx.h" #include "geomative.h" #include "opexeccersptesttpview.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // COpExecCERSPTestTPView IMPLEMENT_DYNCREATE(COpExecCERSPTestTPView, CView) COpExecCERSPTestTPView::COpExecCERSPTestTPView() { } COpExecCERSPTestTPView::~COpExecCERSPTestTPView() { } BEGIN_MESSAGE_MAP(COpExecCERSPTestTPView, CView) //{{AFX_MSG_MAP(COpExecCERSPTestTPView) // NOTE - the ClassWizard will add and remove mapping macros here. //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // COpExecCERSPTestTPView drawing void COpExecCERSPTestTPView::OnDraw(CDC* pDC) { CDocument* pDoc = GetDocument(); // TODO: add draw code here } ///////////////////////////////////////////////////////////////////////////// // COpExecCERSPTestTPView diagnostics #ifdef _DEBUG void COpExecCERSPTestTPView::AssertValid() const { CView::AssertValid(); } void COpExecCERSPTestTPView::Dump(CDumpContext& dc) const { CView::Dump(dc); } #endif //_DEBUG ///////////////////////////////////////////////////////////////////////////// // COpExecCERSPTestTPView message handlers