From: cascade Date: Fri, 10 Aug 2007 17:59:56 +0000 (+0000) Subject: OCC15679 Standard_Type X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=f733737193d4e4cb082e740b1d7338470111500e;p=occt-wok.git OCC15679 Standard_Type --- diff --git a/src/CPPIntExt/Engine_Template.edl b/src/CPPIntExt/Engine_Template.edl index cbc849b..bd58d8e 100755 --- a/src/CPPIntExt/Engine_Template.edl +++ b/src/CPPIntExt/Engine_Template.edl @@ -42,7 +42,7 @@ $NULL}; $ $static Handle_Standard_Type _aType = $ new Standard_Type("Engine_Handle", -$ 0, // size is useless +$ sizeof(Engine_Handle), $ 0, $ (Standard_Address)_Ancestors, $ (Standard_Address)NULL); diff --git a/src/CPPIntExt/Interface_Template.edl b/src/CPPIntExt/Interface_Template.edl index cd57ce5..2699286 100755 --- a/src/CPPIntExt/Interface_Template.edl +++ b/src/CPPIntExt/Interface_Template.edl @@ -355,7 +355,7 @@ $NULL}; $ $_aType = $ new Standard_Type("%CLName", -$ 0, // size is useless +$ sizeof(%CLName), $ %NbInh, $ (Standard_Address)_Ancestors, $ (Standard_Address)NULL); @@ -380,7 +380,7 @@ $NULL}; $ $static Handle_Standard_Type _aType = $ new Standard_Type("%CLName", -$ 0, // size is useless +$ sizeof(%CLName), $ 0, $ 0, $ (Standard_Address)_Ancestors,