summaryrefslogtreecommitdiff
path: root/src/Standard/Standard_MMgrRoot.cxx
blob: 971c28c168cf3802593a51146a50a640e6e11cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// File:	Standard_MMgrRoot.cxx
// Created:	Wed Mar 23 09:55:03 2005
// Author:	
//		<pkv@ALEX>


#include <Standard_MMgrRoot.hxx>
#include <stdlib.h>

//=======================================================================
//function : ~Standard_MMgrRoot
//purpose  : 
//=======================================================================

Standard_MMgrRoot::~Standard_MMgrRoot()
{
}

//=======================================================================
//function : Purge
//purpose  : 
//=======================================================================

Standard_Integer Standard_MMgrRoot::Purge(Standard_Boolean)
{
  return 0;
}

//=======================================================================
//function : SetReentrant
//purpose  : 
//=======================================================================

void Standard_MMgrRoot::SetReentrant(Standard_Boolean)
{
}