MyLog.h
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
- // MyLog.h: interface for the MyLog class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_MYLOG_H__53366EEB_5F53_49DC_89D8_70B8756F28FF__INCLUDED_)
- #define AFX_MYLOG_H__53366EEB_5F53_49DC_89D8_70B8756F28FF__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "../ComCallBack.h"
- class MyLog : public ILogs
- {
- public:
- MyLog();
- virtual ~MyLog();
- STDMETHOD(WriteLog)(BSTR message);
- };
- #endif // !defined(AFX_MYLOG_H__53366EEB_5F53_49DC_89D8_70B8756F28FF__INCLUDED_)