1 Star 2 Fork 1

夜半饿得慌 / KnifeSync

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CdnRefreshInterface.h 754 Bytes
一键复制 编辑 原始数据 按行查看 历史
夜半饿得慌 提交于 2018-06-29 21:59 . init project
/*
* File: CdnRefresh.h
* Author: 周洋 JohnTech
*
* Created on 2010年1月19日, 下午3:29
*/
#ifndef _CDNREFRESH_H
#define _CDNREFRESH_H
#include "Inotify.h"
#include"Interface.h"
#include<fstream>
using namespace std;
class CdnRefreshInterface : public Interface {
public:
string m_domainName;
string m_username;
string m_passwd;
string m_regexFlag; //if == 'false' will ignore the regex match;
string m_urlBase;
string m_urlRegex;
ofstream m_fout;
public:
CdnRefreshInterface();
virtual void XmlParse(std::string xml = "confxml.xml");
virtual int Execute(Event e);
protected:
string PackagePath(Event e);
void ErrorLog(std::string temp,std::string fullPath);
};
#endif /* _CDNREFRESH_H */
1
https://gitee.com/knifecms/KnifeSync.git
git@gitee.com:knifecms/KnifeSync.git
knifecms
KnifeSync
KnifeSync
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891