handleMSG_GLOBAL_REQUEST method
Implementation
void handleMSG_GLOBAL_REQUEST(MSG_GLOBAL_REQUEST msg) {
if (tracePrint != null) {
tracePrint('$hostport: MSG_GLOBAL_REQUEST request=${msg.request}');
}
}
void handleMSG_GLOBAL_REQUEST(MSG_GLOBAL_REQUEST msg) {
if (tracePrint != null) {
tracePrint('$hostport: MSG_GLOBAL_REQUEST request=${msg.request}');
}
}