mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +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:
@@ -31,6 +31,8 @@
|
||||
#include <TColStd_MapIteratorOfPackedMapOfInteger.hxx>
|
||||
#include <TColStd_SequenceOfInteger.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(Message_Algorithm,MMgt_TShared)
|
||||
|
||||
//=======================================================================
|
||||
//function : SetMessenger
|
||||
//purpose :
|
||||
|
@@ -200,7 +200,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(Message_Algorithm,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(Message_Algorithm,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -21,6 +21,8 @@
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#include <TCollection_ExtendedString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(Message_Messenger,MMgt_TShared)
|
||||
|
||||
//=======================================================================
|
||||
//function : Message_Messenger
|
||||
//purpose :
|
||||
|
@@ -100,7 +100,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(Message_Messenger,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(Message_Messenger,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -19,6 +19,8 @@
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#include <TCollection_ExtendedString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(Message_Printer,MMgt_TShared)
|
||||
|
||||
//=======================================================================
|
||||
//function : Constructor
|
||||
//purpose :
|
||||
|
@@ -66,7 +66,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(Message_Printer,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(Message_Printer,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -22,6 +22,8 @@
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#include <TCollection_ExtendedString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(Message_PrinterOStream,Message_Printer)
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
@@ -87,7 +87,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(Message_PrinterOStream,Message_Printer)
|
||||
DEFINE_STANDARD_RTTIEXT(Message_PrinterOStream,Message_Printer)
|
||||
|
||||
protected:
|
||||
|
||||
|
@@ -17,6 +17,8 @@
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TCollection_HAsciiString.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(Message_ProgressIndicator,MMgt_TShared)
|
||||
|
||||
//=======================================================================
|
||||
//function : Message_ProgressIndicator
|
||||
//purpose :
|
||||
|
@@ -171,7 +171,7 @@ public:
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(Message_ProgressIndicator,MMgt_TShared)
|
||||
DEFINE_STANDARD_RTTIEXT(Message_ProgressIndicator,MMgt_TShared)
|
||||
|
||||
protected:
|
||||
|
||||
|
Reference in New Issue
Block a user