Salome HOME
Migration to OCCT 7.0
[modules/geom.git] / src / CurveCreator / CurveCreator_Displayer.hxx
index d681ed27a7bb61091485083fd72aeef5c7115238..d78b2a2f26d7fe5779638795b75da3613dea39e4 100644 (file)
@@ -32,11 +32,11 @@ class CURVECREATOR_EXPORT CurveCreator_Displayer
 typedef std::vector<Handle_AIS_InteractiveObject> AISObjectsList;
 
 public:
-  CurveCreator_Displayer( Handle_AIS_InteractiveContext theContext,
+  CurveCreator_Displayer( Handle(AIS_InteractiveContext) theContext,
                           const int theZLayer = -1 );
   ~CurveCreator_Displayer(void);
 
-  void display( const Handle_AIS_InteractiveObject& theObject, bool isUpdate );
+  void display( const Handle(AIS_InteractiveObject)& theObject, bool isUpdate );
   void eraseAll( bool isUpdate );
   //void highlight( const AISObjectsList& theObjects, bool isHL );
 
@@ -44,7 +44,7 @@ protected:
   Quantity_Color getActiveColor( bool isHL );
 
 private:
-  Handle_AIS_InteractiveContext myContext;
+  Handle(AIS_InteractiveContext) myContext;
   AISObjectsList                myObjects;
   int                           myZLayer;
 };