Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unnecessary beginJob/endJob methods #2754

Merged
merged 1 commit into from
Mar 8, 2014

Commits on Mar 6, 2014

  1. Removed unnecessary beginJob/endJob methods

    In order to facilitate possible conversion of the modules to stream based
    modules, we must remove the beginJob/endJob methods (since they are
    not supported by the default stream implementation). This commit removed
    empty/unnecessary beginJob/endJob methods. In the cases where the methods
    were being used, they were left alone but the 'override' declaration was
    added to ensure that if the module were converted to a stream module the
    compiler could catch the fact that beginJob/endJob are not defined in the
    new base class.
    Dr15Jones committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    2eab258 View commit details
    Browse the repository at this point in the history