no message

This commit is contained in:
gka 2006-04-24 10:48:48 +00:00
parent 6801e0b525
commit 959c2b824c

View 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