| 1002 | } |
| 1003 | |
| 1004 | void FreeTextContainer(STextContainerIndex &Index) |
| 1005 | { |
| 1006 | m_vpTextContainers[Index.m_Index]->Reset(); |
| 1007 | FreeTextContainerIndex(Index); |
| 1008 | } |
| 1009 | |
| 1010 | STextContainer &GetTextContainer(const STextContainerIndex &Index) |
| 1011 | { |