Salome HOME
NRI : First integration.
[modules/smesh.git] / src / SMDS / SMDS_MeshIDFactory.cxx
diff --git a/src/SMDS/SMDS_MeshIDFactory.cxx b/src/SMDS/SMDS_MeshIDFactory.cxx
new file mode 100644 (file)
index 0000000..9cd72d4
--- /dev/null
@@ -0,0 +1,19 @@
+using namespace std;
+// File:       SMDS_MeshIDFactory.cxx
+// Created:    Thu Jan 24 12:09:12 2002
+// Author:     Jean-Michel BOULCOURT
+//             <jmb@coulox.paris1.matra-dtv.fr>
+
+
+#include "SMDS_MeshIDFactory.ixx"
+
+
+//=======================================================================
+//function : SMDS_MeshIDFactory
+//purpose  : 
+//=======================================================================
+
+SMDS_MeshIDFactory::SMDS_MeshIDFactory() : myMaxID(0)
+{
+}
+