📄 faxagent.h
字号:
// FaxAgent.h: interface for the FaxAgent class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FAXAGENT_H__9553FF92_63FE_4D10_A996_BF4B735372AB__INCLUDED_)
#define AFX_FAXAGENT_H__9553FF92_63FE_4D10_A996_BF4B735372AB__INCLUDED_
#include "TaskQueue.h"
#include "Command.h"
class FaxAgent : public Command
{
public:
bool SendFax(const task &tsk,string szHost);
bool ListStat(string &host, string &status);
FaxAgent();
virtual ~FaxAgent();
private:
bool GetSubmitedFileName(const char* const pstr,char* pFileName);
bool GetJobID(const char* const pstr,int& jobID);
bool SendFile(NetSocket& SendSocket,string& file);
};
#endif // !defined(AFX_FAXAGENT_H__9553FF92_63FE_4D10_A996_BF4B735372AB__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -