~ubuntu-branches/debian/stretch/gource/stretch

« back to all changes in this revision

Viewing changes to src/custom.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Caudwell
  • Date: 2011-07-04 10:46:01 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110704104601-miceapgvk8trbm01
Tags: 0.35-1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
class CustomLog : public RCommitLog {
24
24
protected:
25
 
 
26
 
    bool readCustomCommit(RCommit& commit);
27
 
 
 
25
    bool parseCommit(RCommit& commit);
 
26
    bool parseCommitEntry(RCommit& commit);
28
27
    vec3f parseColour(const std::string& cstr);
29
 
    bool parseCommit(RCommit& commit);
30
28
public:
31
29
    CustomLog(const std::string& logfile);
32
30
};