Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-32958

Convert simple Command member functions to new signatures

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.7.2
    • Affects Version/s: None
    • Component/s: Internal Code
    • None
    • Fully Compatible
    • Platforms 2018-01-29, Platforms 2018-02-12
    • None
    • 0
    • None
    • None
    • None
    • None
    • None
    • None

      Some Command member functions are undergoing small changes in the TypedCommand proposal. For those member functions, it's easier to bulk-migrate the ~200 subclasses than to execute a staged migration plan.

      Example:

      void help(std::stringstream&) const

      becomes

      std::string help() const

            Assignee:
            billy.donahue@mongodb.com Billy Donahue
            Reporter:
            billy.donahue@mongodb.com Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: