|
@@ -85,13 +85,14 @@ private:
|
|
|
|
|
|
CSVNProc *IsSVNExist(std::string strSVNAddress);
|
|
|
void UpdatedSVN(CSVNProc *pSVN, DWORD dwVersion);
|
|
|
- BOOL HasNewVersion();
|
|
|
+
|
|
|
public:
|
|
|
void Load(LPCTSTR lpFileName =_T("svn.data"));
|
|
|
void Store(LPCTSTR lpFileName = _T("svn.data"));
|
|
|
// ¼ì²â°æ±¾:ÓÐа汾·µ»ØTRUE;
|
|
|
BOOL CheckNewVersion(std::string url, std::string strContent);
|
|
|
void Update();
|
|
|
+ BOOL HasNewVersion();
|
|
|
};
|
|
|
|
|
|
#endif // __SVN_PROC__
|