~ubuntu-branches/ubuntu/raring/unrar-nonfree/raring-proposed

« back to all changes in this revision

Viewing changes to timefn.hpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2012-02-14 22:39:32 UTC
  • mfrom: (1.2.12)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: package-import@ubuntu.com-20120214223932-80w6cf6q639kinh4
Tags: upstream-4.1.4
ImportĀ upstreamĀ versionĀ 4.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    uint GetDos();
42
42
    void SetDos(uint DosTime);
43
43
    void GetText(char *DateStr,bool FullYear);
44
 
    void SetIsoText(char *TimeText);
45
 
    void SetAgeText(char *TimeText);
 
44
    void SetIsoText(const char *TimeText);
 
45
    void SetAgeText(const char *TimeText);
46
46
    void SetCurrentTime();
47
47
    void Reset() {rlt.Year=0;}
48
48
    bool IsSet() {return(rlt.Year!=0);}