//
#include <Standard_Stream.hxx>
+#include "utilities.h"
+
#include <GEOM_Object.hxx>
#include <GEOM_Engine.hxx>
#include <GEOM_Solver.hxx>
TDataStd_UAttribute::Set(theEntry, GetObjectID());
}
+//=============================================================================
+/*!
+ * Destructor
+ */
+//=============================================================================
+GEOM_Object::~GEOM_Object()
+{
+ MESSAGE("GEOM_Object::~GEOM_Object()");
+}
+
//=============================================================================
/*!
* GetType
public:
Standard_EXPORT GEOM_Object(TDF_Label& theEntry, int theType);
- Standard_EXPORT ~GEOM_Object() {;}
+ Standard_EXPORT ~GEOM_Object();
//Finds a GEOM_Object on the label theLabel
Standard_EXPORT static Handle(GEOM_Object) GetObject(TDF_Label& theLabel);