Exemplo n.º 1
0
void OTString::Release(void)
{
    Release_String();

    // no need to use ot_super here, since OTString is a "base class."
}
Exemplo n.º 2
0
OTString::~OTString()
{
    Release_String();
}
Exemplo n.º 3
0
String::~String()
{
    Release_String();
}