fff.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // fff.h : Declaration of the Cfff
  2. #ifndef __FFF_H_
  3. #define __FFF_H_
  4. #include "resource.h"       // main symbols
  5. /////////////////////////////////////////////////////////////////////////////
  6. // Cfff
  7. class ATL_NO_VTABLE Cfff : 
  8. public CComObjectRootEx<CComSingleThreadModel>,
  9. public CComCoClass<Cfff, &CLSID_fff>,
  10. public Ifff
  11. {
  12. public:
  13. Cfff()
  14. {
  15. }
  16. DECLARE_REGISTRY_RESOURCEID(IDR_FFF)
  17. DECLARE_PROTECT_FINAL_CONSTRUCT()
  18. BEGIN_COM_MAP(Cfff)
  19. COM_INTERFACE_ENTRY(Ifff)
  20. END_COM_MAP()
  21. // Ifff
  22. public:
  23. };
  24. #endif //__FFF_H_