コード例 #1
0
TStartsReferee::~TStartsReferee()
{
  shutdownAll();

  if(m_pCryptProv)
  {
    delete m_pCryptProv;
    m_pCryptProv = NULL;
  }
}
コード例 #2
0
ファイル: core.cpp プロジェクト: KIAaze/iteam_hacking
GP2DEngine::~GP2DEngine() {
    // when the engine is destroyed... shut it all down.
    shutdownAll();
}