~ubuntu-branches/ubuntu/vivid/unrar-nonfree/vivid

« back to all changes in this revision

Viewing changes to errhnd.hpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2015-02-03 12:58:01 UTC
  • mfrom: (1.1.18) (5.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20150203125801-od6ev8cqy1er51vz
Tags: 1:5.2.5-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    void OpenErrorMsg(const wchar *ArcName,const wchar *FileName);
45
45
    void CreateErrorMsg(const wchar *FileName);
46
46
    void CreateErrorMsg(const wchar *ArcName,const wchar *FileName);
47
 
    void CheckLongPathErrMsg(const wchar *FileName);
48
47
    void ReadErrorMsg(const wchar *FileName);
49
48
    void ReadErrorMsg(const wchar *ArcName,const wchar *FileName);
50
49
    void WriteErrorMsg(const wchar *ArcName,const wchar *FileName);
 
50
    void ArcBrokenMsg(const wchar *ArcName);
 
51
    void ChecksumFailedMsg(const wchar *ArcName,const wchar *FileName);
 
52
    void UnknownMethodMsg(const wchar *ArcName,const wchar *FileName);
51
53
    void Exit(RAR_EXIT ExitCode);
52
54
    void SetErrorCode(RAR_EXIT Code);
53
 
    RAR_EXIT GetErrorCode() {return(ExitCode);}
 
55
    RAR_EXIT GetErrorCode() {return ExitCode;}
54
56
    uint GetErrorCount() {return ErrCount;}
55
57
    void SetSignalHandlers(bool Enable);
56
58
    void Throw(RAR_EXIT Code);