| 125 | } |
| 126 | |
| 127 | void remove_common_services_from_server(erpc_server_t server, erpc_service_t service) |
| 128 | { |
| 129 | erpc_remove_service_from_server(server, service); |
| 130 | destroy_Common_service(service); |
| 131 | } |
| 132 | |
| 133 | //////////////////////////////////////////////////////////////////////////////// |
| 134 | // Common service implementations here |
no test coverage detected