| 532 | }; |
| 533 | |
| 534 | void setlength(int iLen1, int iLen2) |
| 535 | { |
| 536 | setbounds(0, iLen1-1, 0, iLen2-1); |
| 537 | } |
| 538 | |
| 539 | void setcontent( int iLow1, int iHigh1, int iLow2, int iHigh2, const T *pContent ) |
| 540 | { |
nothing calls this directly
no outgoing calls
no test coverage detected