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