fff.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
- // fff.h : Declaration of the Cfff
- #ifndef __FFF_H_
- #define __FFF_H_
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // Cfff
- class ATL_NO_VTABLE Cfff :
- public CComObjectRootEx<CComSingleThreadModel>,
- public CComCoClass<Cfff, &CLSID_fff>,
- public Ifff
- {
- public:
- Cfff()
- {
- }
- DECLARE_REGISTRY_RESOURCEID(IDR_FFF)
- DECLARE_PROTECT_FINAL_CONSTRUCT()
- BEGIN_COM_MAP(Cfff)
- COM_INTERFACE_ENTRY(Ifff)
- END_COM_MAP()
- // Ifff
- public:
- };
- #endif //__FFF_H_