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