| 1207 | } |
| 1208 | |
| 1209 | void REMOTE_check_response(IStatus* warning, Rdb* rdb, PACKET* packet, bool checkKeys) |
| 1210 | { |
| 1211 | /************************************** |
| 1212 | * |
| 1213 | * R E M O T E _ c h e c k _ r e s p o n s e |
| 1214 | * |
| 1215 | ************************************** |
| 1216 | * |
| 1217 | * Functional description |
| 1218 | * Check response to a remote call. |
| 1219 | * |
| 1220 | **************************************/ |
| 1221 | |
| 1222 | rdb->rdb_port->checkResponse(warning, packet, checkKeys); |
| 1223 | } |
| 1224 | |
| 1225 | void rem_port::checkResponse(IStatus* warning, PACKET* packet, bool checkKeys) |
| 1226 | { |
no test coverage detected