// CntrItem.cpp : implementation of the CMyex35aCntrItem class
//

#include "stdafx.h"
#include "myex35a.h"

#include "myex35aDoc.h"
#include "myex35aView.h"
#include "CntrItem.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMyex35aCntrItem implementation

IMPLEMENT_SERIAL(CMyex35aCntrItem, CRichEditCntrItem, 0)

CMyex35aCntrItem::CMyex35aCntrItem(REOBJECT* preo, CMyex35aDoc* pContainer)
	: CRichEditCntrItem(preo, pContainer)
{
	// TODO: add one-time construction code here
	
}

CMyex35aCntrItem::~CMyex35aCntrItem()
{
	// TODO: add cleanup code here
	
}

/////////////////////////////////////////////////////////////////////////////
// CMyex35aCntrItem diagnostics

#ifdef _DEBUG
void CMyex35aCntrItem::AssertValid() const
{
	CRichEditCntrItem::AssertValid();
}

void CMyex35aCntrItem::Dump(CDumpContext& dc) const
{
	CRichEditCntrItem::Dump(dc);
}
#endif

/////////////////////////////////////////////////////////////////////////////

