Salome HOME
Remove obsolete staff; redesign Handle-based and CDL-generated classes
[modules/gui.git] / src / OBJECT / SALOME_AISShape.cxx
index 2b25d1e6375134134b78a62d6d05def14d79f7ca..20deb9096806198df5f874cbe467efe0120513a7 100755 (executable)
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-//  SALOME OBJECT : implementation of interactive object visualization for OCC and VTK viewers
-//  File   : SALOME_AISShape.cxx
-//  Author : Nicolas REJNERI
+#include "SALOME_AISShape.hxx"
 
-#include "SALOME_AISShape.ixx"
+IMPLEMENT_STANDARD_HANDLE (SALOME_AISShape, ViewerData_AISShape)
+IMPLEMENT_STANDARD_RTTIEXT(SALOME_AISShape, ViewerData_AISShape)
 
 /*!
   Constructor
@@ -34,3 +33,10 @@ SALOME_AISShape::SALOME_AISShape(const TopoDS_Shape& shape)
 : ViewerData_AISShape(shape)
 {
 }
+
+/*!
+  Destructor
+*/
+SALOME_AISShape::~SALOME_AISShape()
+{
+}