]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
no message
authorgka <gka@opencascade.com>
Mon, 24 Apr 2006 10:48:48 +0000 (10:48 +0000)
committergka <gka@opencascade.com>
Mon, 24 Apr 2006 10:48:48 +0000 (10:48 +0000)
src/GEOMImpl/GEOMImpl_IPipe.hxx

index 5ed0050b9bec22fe0dd5dc985426a2b72ede54fe..4fdd314ff35dc967b16d8b002c7f0ed8b727bca7 100644 (file)
@@ -19,6 +19,8 @@
 //
 //NOTE: This is an intreface to a function for the Pipe creation.
 
+#ifndef _GEOMImpl_IPIPE_HXX_
+#define _GEOMImpl_IPIPE_HXX_
 
 #include "GEOM_Function.hxx"
 
@@ -41,3 +43,5 @@ class GEOMImpl_IPipe
 
   Handle(GEOM_Function) _func;
 };
+
+#endif