/ Replaces GetJsonGrpSize not usable when CONNECT is not installed. */ /
| 1258 | /* Replaces GetJsonGrpSize not usable when CONNECT is not installed. */ |
| 1259 | /*********************************************************************************/ |
| 1260 | uint GetJsonGroupSize(void) |
| 1261 | { |
| 1262 | return (JsonGrpSize) ? JsonGrpSize : GetJsonGrpSize(); |
| 1263 | } // end of GetJsonGroupSize |
| 1264 | |
| 1265 | /*********************************************************************************/ |
| 1266 | /* Program for SubSet re-initialization of the memory pool. */ |
no test coverage detected