1
0
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:
abv
2015-12-04 14:15:06 +03:00
parent f5f4ebd07b
commit 92efcf78a6
4556 changed files with 7149 additions and 2882 deletions

View File

@@ -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.

View File

@@ -89,7 +89,7 @@ public:
DEFINE_STANDARD_RTTI(DDF_Browser,Draw_Drawable3D)
DEFINE_STANDARD_RTTIEXT(DDF_Browser,Draw_Drawable3D)
protected:

View File

@@ -33,6 +33,8 @@
#include <TDF_Label.hxx>
#include <TDF_Tool.hxx>
IMPLEMENT_STANDARD_RTTIEXT(DDF_Data,Draw_Drawable3D)
//=======================================================================
//function : DDF_Data
//purpose :

View File

@@ -54,7 +54,7 @@ public:
DEFINE_STANDARD_RTTI(DDF_Data,Draw_Drawable3D)
DEFINE_STANDARD_RTTIEXT(DDF_Data,Draw_Drawable3D)
protected:

View File

@@ -25,6 +25,8 @@
#include <TDF_Data.hxx>
#include <TDF_Delta.hxx>
IMPLEMENT_STANDARD_RTTIEXT(DDF_Transaction,MMgt_TShared)
//=======================================================================
//function : DDF_Transaction
//purpose :

View File

@@ -79,7 +79,7 @@ public:
DEFINE_STANDARD_RTTI(DDF_Transaction,MMgt_TShared)
DEFINE_STANDARD_RTTIEXT(DDF_Transaction,MMgt_TShared)
protected: