-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Platforms 2018-01-15
Move the static member functions from Command to CommandHelpers.
Leave inline forwarding functions in Command that simply call CommandHelpers.
Change these callers from Command:: to CommandHelpers::.
Then Remove the Command:: forwarding functions.
At the end of this project and the CommandRegistry from SERVER-32484,
Command's API will be narrowed to nonstatics.