Minor correction to avoid "unknown type Object" warning from ModuleCatalog at YACS activation.

This commit is contained in:
vsr 2015-01-22 17:03:45 +03:00
parent 5a2b52664a
commit 52713a9ee9

View File

@ -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>