CorbaPort's unsubscribeInterfaces()'s bug has been fixed. bug: Unsubscribing did not work for interfaces. Matching process between Consumer's descriptor and ConnectorProfile was revised. Provider/Consumer's descriptors were wrong. (provider->provided, consumer->required) wrong: inst_name.port."inst_name.port_name".... correct: inst_name.port.port_name.... refs 1392
CorbaPort's unsubscribeInterfaces()'s bug has been fixed.
bug: Unsubscribing did not work for interfaces.
Matching process between Consumer's descriptor and ConnectorProfile was revised.
Provider/Consumer's descriptors were wrong.
(provider->provided, consumer->required)
wrong: inst_name.port."inst_name.port_name"....
correct: inst_name.port.port_name....
refs 1392