Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/smesh.git] / src / SMDS / SMDS_MeshIDFactory.cxx
1 using namespace std;
2 // File:        SMDS_MeshIDFactory.cxx
3 // Created:     Thu Jan 24 12:09:12 2002
4 // Author:      Jean-Michel BOULCOURT
5 //              <jmb@coulox.paris1.matra-dtv.fr>
6
7
8 #include "SMDS_MeshIDFactory.ixx"
9
10
11 //=======================================================================
12 //function : SMDS_MeshIDFactory
13 //purpose  : 
14 //=======================================================================
15
16 SMDS_MeshIDFactory::SMDS_MeshIDFactory() : myMaxID(0)
17 {
18 }
19