mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024947: Redesign OCCT legacy type system -- automatic
Automatic upgrade with command "occt_upgdare . -rtti"
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <Transfer_ActorOfFinderProcess.ixx>
|
||||
#include <Transfer_TransientMapper.hxx>
|
||||
#include <Transfer_FinderProcess.hxx>
|
||||
|
||||
Transfer_ActorOfFinderProcess::Transfer_ActorOfFinderProcess () { themodetrans = 0; }
|
||||
|
||||
|
@@ -12,6 +12,7 @@
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <Transfer_ActorOfTransientProcess.ixx>
|
||||
#include <Transfer_TransientProcess.hxx>
|
||||
|
||||
Transfer_ActorOfTransientProcess::Transfer_ActorOfTransientProcess () { }
|
||||
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#include <Interface_MSG.hxx>
|
||||
#include <Transfer_Binder.hxx>
|
||||
#include <Interface_Check.hxx>
|
||||
#include <Transfer_TransientMapper.hxx>
|
||||
|
||||
|
||||
Transfer_FinderProcess::Transfer_FinderProcess (const Standard_Integer nb)
|
||||
|
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <Transfer_MultipleBinder.ixx>
|
||||
#include <Transfer_TransferFailure.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
|
||||
|
||||
|
||||
|
@@ -12,6 +12,7 @@
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <Transfer_SimpleBinderOfTransient.ixx>
|
||||
#include <Standard_Transient.hxx>
|
||||
|
||||
// "Handle(Standard_Transient)" : la classe de base pour le Resultat
|
||||
|
||||
|
@@ -14,6 +14,7 @@
|
||||
#include <Transfer_TransferIterator.ixx>
|
||||
#include <Transfer_SimpleBinderOfTransient.hxx>
|
||||
#include <Standard_NoSuchObject.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
|
||||
static Handle(Standard_Transient) nultrans; // pour retour const&(Null)
|
||||
|
||||
|
Reference in New Issue
Block a user