X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_Tools.h;h=0ad21160aed3d7d068e7d48cc9a910a192158ba4;hb=329d73a7dbce38e38063ff41186be492e3529ab5;hp=d20260f8e3046847cc6d0b53c51f0f1e021e2190;hpb=057e426145a26c02a1c5d6e1c220f92a17d8e53d;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_Tools.h b/src/XGUI/XGUI_Tools.h index d20260f8e..0ad21160a 100644 --- a/src/XGUI/XGUI_Tools.h +++ b/src/XGUI/XGUI_Tools.h @@ -5,10 +5,10 @@ #include #include +#include + #include -class TopoDS_Shape; -class ModelAPI_Feature; /*! \brief Return directory part of the file path. @@ -64,13 +64,13 @@ namespace XGUI_Tools Returns true if the feature is a model object \param theFeature a feature */ - bool XGUI_EXPORT isModelObject(boost::shared_ptr theFeature); + bool XGUI_EXPORT isModelObject(FeaturePtr theFeature); /*! Returns the string presentation of the given feature \param theFeature a feature */ - std::string XGUI_EXPORT featureInfo(boost::shared_ptr theFeature); + std::string XGUI_EXPORT featureInfo(FeaturePtr theFeature); } #endif