From: gka Date: Mon, 24 Apr 2006 10:48:48 +0000 (+0000) Subject: no message X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=959c2b824c01ca3a028d02c804f65303bcb38402;p=modules%2Fgeom.git no message --- diff --git a/src/GEOMImpl/GEOMImpl_IPipe.hxx b/src/GEOMImpl/GEOMImpl_IPipe.hxx index 5ed0050b9..4fdd314ff 100644 --- a/src/GEOMImpl/GEOMImpl_IPipe.hxx +++ b/src/GEOMImpl/GEOMImpl_IPipe.hxx @@ -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