00001 00002 #include "stdafx.h" 00003 00004 #include "GridCellComboBool.h" 00005 00006 00007 #ifdef _DEBUG 00008 #define new DEBUG_NEW 00009 #undef THIS_FILE 00010 static char THIS_FILE[] = __FILE__; 00011 #endif 00012 00013 IMPLEMENT_DYNCREATE(CGridCellComboBool, CGridCellCombo) 00014 00015 CGridCellComboBool::CGridCellComboBool() 00016 { 00017 CGridCellCombo::CGridCellCombo(); 00018 }