Subversion Repositories svn1-original

Rev

Rev 306 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 306 Rev 315
Line 41... Line 41...
41
    void storeExternalTeams(void);
41
    void storeExternalTeams(void);
42
    void storeTeamInfo(void);
42
    void storeTeamInfo(void);
43
    void storeLegData(void);
43
    void storeLegData(void);
44
    void uploadLegData(void);
44
    void uploadLegData(void);
45
    void generateReports(void);
45
    void generateReports(void);
46
    void displaySummary(void);
-
 
47
    void showAbout(void);
46
    void showAbout(void);
48
    void recalcLegTimes(void);
47
    void recalcLegTimes(void);
49
    void changeTeamNumber(void);
48
    void changeTeamNumber(void);
50
};
49
};
51
 
50