1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +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 <XSControl.ixx>
#include <XSControl_WorkSession.hxx>
Handle(XSControl_WorkSession) XSControl::Session
(const Handle(IFSelect_SessionPilot)& pilot)

View File

@@ -60,6 +60,11 @@
#include <Interface_Macros.hxx>
#include <Message_Messenger.hxx>
#include <Message.hxx>
#include <Interface_Protocol.hxx>
#include <IFSelect_Signature.hxx>
#include <IFSelect_WorkLibrary.hxx>
#include <Transfer_ActorOfTransientProcess.hxx>
#include <Transfer_ActorOfFinderProcess.hxx>
static Handle(Dico_DictionaryOfTransient)& listadapt()
{

View File

@@ -51,6 +51,8 @@
#include <Message_Messenger.hxx>
#include <ShapeFix.hxx>
#include <Transfer_ResultFromModel.hxx>
#include <TColStd_HSequenceOfTransient.hxx>
#include <stdio.h>