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

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. // MyLog.h: interface for the MyLog class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MYLOG_H__53366EEB_5F53_49DC_89D8_70B8756F28FF__INCLUDED_)
  5. #define AFX_MYLOG_H__53366EEB_5F53_49DC_89D8_70B8756F28FF__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "../ComCallBack.h"
  10. class MyLog  : public ILogs 
  11. {
  12. public:
  13. MyLog();
  14. virtual ~MyLog();
  15. STDMETHOD(WriteLog)(BSTR message);
  16. };
  17. #endif // !defined(AFX_MYLOG_H__53366EEB_5F53_49DC_89D8_70B8756F28FF__INCLUDED_)