File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ class CommandHandler
161
161
// add new parameters without there needing to be an ever increasing parameter list with defaults.
162
162
struct InvokeResponseParameters
163
163
{
164
- InvokeResponseParameters (ConcreteCommandPath aRequestCommandPath) : mRequestCommandPath (aRequestCommandPath) {}
164
+ InvokeResponseParameters (const ConcreteCommandPath & aRequestCommandPath) : mRequestCommandPath (aRequestCommandPath) {}
165
165
166
166
InvokeResponseParameters & SetStartOrEndDataStruct (bool aStartOrEndDataStruct)
167
167
{
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ namespace app {
29
29
* Provides information about the associated exchange context.
30
30
*
31
31
* Design Rationale: This interface enhances unit testability and allows applications to
32
- * customize CommandResponder behavior with stubs .
32
+ * customize CommandResponder behavior. For example, it can stub out sending a response .
33
33
*/
34
34
class CommandResponderInterface
35
35
{
You can’t perform that action at this time.
0 commit comments