コード例 #1
0
ファイル: OTString.cpp プロジェクト: kazcw/Open-Transactions
void OTString::Release(void)
{
    Release_String();

    // no need to use ot_super here, since OTString is a "base class."
}
コード例 #2
0
ファイル: OTString.cpp プロジェクト: kazcw/Open-Transactions
OTString::~OTString()
{
    Release_String();
}
コード例 #3
0
ファイル: String.cpp プロジェクト: Kodachi75/opentxs
String::~String()
{
    Release_String();
}