forked from VE3NEA/MorseRunner
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
324 refactor contest specific logging code (#325)
This will merge two refactoring steps: 1. refactor - Add TContest.ValidateEnteredQsoData - move code from from TLog to TContest.ValidateEnteredQsoData - allows derived contests to implement special behaviors (e.g ARRL Sweepstakes). 2. refactor - Add TContest.SaveEnteredExchToQso - moves code from Log.pas into Contest.pas - allows contest-specific exchange information to be handled by derived contests (e.g. ARRL Sweepstakes).
- Loading branch information
Showing
2 changed files
with
106 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters