Skip to content

Commit de83da6

Browse files
authored
Update coordinator.hpp
1 parent 96f3d69 commit de83da6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soccer/src/soccer/strategy/coordinator/coordinator.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ namespace strategy {
2626
* MyCoordinator() : Coordinator("my_service", "my_topic") {}
2727
*
2828
* void service_callback(RequestPtr request, ResponsePtr response) {
29-
* // Handle the service request
29+
* // Handle the service request by editing the response directly
30+
* // for example:
3031
* response->success = true;
3132
* }
3233
* };

0 commit comments

Comments
 (0)