1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0024947: Redesign OCCT legacy type system -- automatic

Automatic upgrade with command "occt_upgdare . -rtti"
This commit is contained in:
abv
2015-07-11 11:06:11 +03:00
parent 69ff08ff28
commit ec357c5cbb
816 changed files with 1280 additions and 690 deletions

View File

@@ -12,6 +12,7 @@
// commercial license or contractual agreement.
#include <Interface_GTool.ixx>
#include <Interface_GeneralModule.hxx>
Interface_GTool::Interface_GTool () { }

View File

@@ -26,6 +26,7 @@
#include <Standard_OutOfRange.hxx>
#include <Interface_SignType.hxx>
#include <Message_Messenger.hxx>
#include <Interface_ReportEntity.hxx>
// Un Modele d`Interface est un ensemble ferme d`Entites d`interface : chacune
// est dans un seul modele a la fois; elle y a un numero (Number) qui permet de

View File

@@ -12,6 +12,7 @@
// commercial license or contractual agreement.
#include <Interface_Protocol.ixx>
#include <Standard_Transient.hxx>
// Gestion du Protocol actif : tres simple, une variable statique

View File

@@ -12,6 +12,7 @@
// commercial license or contractual agreement.
#include <Interface_SignType.ixx>
#include <Interface_InterfaceModel.hxx>
TCollection_AsciiString Interface_SignType::Text
(const Handle(Standard_Transient)& ent,