mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Minor correction to avoid "unknown type Object" warning from ModuleCatalog at YACS activation.
This commit is contained in:
parent
5a2b52664a
commit
52713a9ee9
@ -33,6 +33,7 @@
|
||||
<!-- Geom data types -->
|
||||
<type-list>
|
||||
<!-- From GEOM_Gen.idl -->
|
||||
<objref name="CORBA/Object" id="" />
|
||||
<objref name="GEOM/GEOM_Gen" id="IDL:GEOM/GEOM_Gen:1.0" />
|
||||
<objref name="GEOM/GEOM_BaseObject" id="IDL:GEOM/GEOM_BaseObject:1.0" />
|
||||
<objref name="GEOM/GEOM_Object" id="IDL:GEOM/GEOM_Object:1.0">
|
||||
@ -875,7 +876,7 @@
|
||||
</inParameter>
|
||||
<inParameter>
|
||||
<inParameter-name>theObject</inParameter-name>
|
||||
<inParameter-type>Object</inParameter-type>
|
||||
<inParameter-type>CORBA/Object</inParameter-type>
|
||||
<inParameter-comment>unknown</inParameter-comment>
|
||||
</inParameter>
|
||||
</inParameter-list>
|
||||
|
Loading…
Reference in New Issue
Block a user