00001 #include "../GridCtrl_src/GridCell.h" 00002 #include "GMECOM.h" 00003 #include "Mga.h" 00004 00005 class CGridCellFCO : public CGridCell 00006 { 00007 DECLARE_DYNCREATE(CGridCellFCO) 00008 00009 public: 00010 00011 void SetFCO(IMgaFCO *fco); 00012 IMgaFCO *GetFCO(); 00013 protected: 00014 CComPtr<IMgaFCO> m_FCO; 00015 00016 };