summaryrefslogtreecommitdiff
path: root/src/MMgt/MMgt_TShared.cxx
blob: abdec6c568c3f7362e7d27883d7896c3ab2e9724 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <MMgt_TShared.ixx>

//=======================================================================
//function : Delete
//purpose  : 
//=======================================================================
void MMgt_TShared::Delete() const
{
  delete (MMgt_TShared *)this;
}