From aac3e26097d9695ff33d96dc1b06cd3e23001451 Mon Sep 17 00:00:00 2001 From: cascade Date: Wed, 20 Sep 2006 14:51:15 +0000 Subject: [PATCH] OCC13051 for Gallery part --- src/CPPIntExt/Interface_Template.edl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/CPPIntExt/Interface_Template.edl b/src/CPPIntExt/Interface_Template.edl index 8583db2..cd57ce5 100755 --- a/src/CPPIntExt/Interface_Template.edl +++ b/src/CPPIntExt/Interface_Template.edl @@ -38,7 +38,8 @@ $#include $#include $#include $ -$#include +$#include +$#include $#include $#include $#include @@ -345,7 +346,7 @@ $Handle_Standard_Type& %CLName_Type_(){ $ $static Handle_Standard_Type _aType; $if (_aType.IsNull()) { -$ _aType = Standard_Type::Find("%CLName"); +$ _aType = Engine_TypeTool::Find("%CLName"); $ if (_aType.IsNull()) { $%InhDeclar $static Handle_Standard_Transient _Ancestors[]= { @@ -394,7 +395,7 @@ $Handle_Standard_Type& %CLName_Type_(); @end; @template InterfInitTypeCall(%CLName) is -$ %CLName_Type_(); +$ Engine_TypeTool::Register(%CLName_Type_()); @end; -- 2.39.5