Return a pointer to the CommunicationManager error class
| 1213 | |
| 1214 | // Return a pointer to the CommunicationManager error class |
| 1215 | CommunicationError* SyncRunner::getError() { |
| 1216 | return &comm->error; |
| 1217 | } |
| 1218 | |
| 1219 | |
| 1220 | // If a communication error happened, try to determine what the error is and |
nothing calls this directly
no outgoing calls
no test coverage detected