GME
13
|
00001 // AnnotationAspectList.cpp : implementation file 00002 // 00003 00004 #include "stdafx.h" 00005 #include "mgautil.h" 00006 #include "AnnotationAspectList.h" 00007 00008 #ifdef _DEBUG 00009 #define new DEBUG_NEW 00010 #undef THIS_FILE 00011 static char THIS_FILE[] = __FILE__; 00012 #endif 00013 00015 // CAnnotationAspectList 00016 00017 CAnnotationAspectList::CAnnotationAspectList() 00018 { 00019 } 00020 00021 CAnnotationAspectList::~CAnnotationAspectList() 00022 { 00023 } 00024 00025 00026 BEGIN_MESSAGE_MAP(CAnnotationAspectList, CListCtrl) 00027 //{{AFX_MSG_MAP(CAnnotationAspectList) 00028 // NOTE - the ClassWizard will add and remove mapping macros here. 00029 //}}AFX_MSG_MAP 00030 END_MESSAGE_MAP() 00031 00033 // CAnnotationAspectList message handlers