mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026936: Drawbacks of inlining in new type system in OCCT 7.0 -- automatic
Automatic restore of IMPLEMENT_STANDARD_RTTIEXT macro (upgrade -rtti)
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
#include <TDF_Label.hxx>
|
||||
#include <TDF_Tool.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(DDF_Browser,Draw_Drawable3D)
|
||||
|
||||
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
// Communication convention with tcl:
|
||||
// tcl waits for a string of characters, being an information list.
|
||||
|
@@ -89,7 +89,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(DDF_Browser,Draw_Drawable3D)
|
||||
DEFINE_STANDARD_RTTIEXT(DDF_Browser,Draw_Drawable3D)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -33,6 +33,8 @@
|
||||
#include <TDF_Label.hxx>
|
||||
#include <TDF_Tool.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(DDF_Data,Draw_Drawable3D)
|
||||
|
||||
//=======================================================================
|
||||
//function : DDF_Data
|
||||
//purpose :
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(DDF_Data,Draw_Drawable3D)
|
||||
DEFINE_STANDARD_RTTIEXT(DDF_Data,Draw_Drawable3D)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -25,6 +25,8 @@
|
||||
#include <TDF_Data.hxx>
|
||||
#include <TDF_Delta.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(DDF_Transaction,MMgt_TShared)
|
||||
|
||||
//=======================================================================
|
||||
//function : DDF_Transaction
|
||||
//purpose :
|
||||
|
@@ -79,7 +79,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(DDF_Transaction,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(DDF_Transaction,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user