[mico-devel] Fwd: Some minor bug fixes after first compilation

2009-01-07 Thread Schmidt Thomas
It seems that this mail wasn't originally forwarded to the list. Anfang der weitergeleiteten E-Mail: Von: Schmidt Thomas 01723011...@vodafone.de Datum: 22. Dezember 2008 13:06:24 MEZ An: mico-devel@mico.org Betreff: Some minor bug fixes after first compilation Hi, I just compiled Mico 2.3.13

Re: [mico-devel] Some more bug fixes

2009-01-08 Thread Schmidt Thomas
those three fixes below looks ok. Thanks! Karel Schmidt Thomas wrote: Hi, Here are some more minor bug fixes: 1. mico/demo/services/relship/TestServer.cc BaseRole and DerivedRole should be added without path component omg.org/. --- TestServer.cc 20 Feb 2008 15:23:01 - 1.1

[mico-devel] Who has to free Any pointer from CosEventComm::PullSupplier::pull()?

2009-01-18 Thread Schmidt Thomas
Hi, when writing some pull-event supplier I think I've to return a dynamically allocated Any pointer. Who has to take care of freeing this variable? F.e. some code fragments from my example server program SinusGenerator: CORBA::Any *SinusGenerator_impl::pull() {

[mico-devel] Can't connect to CosEventChannelAdmin::ProxyPullSupplier()

2009-01-22 Thread Schmidt Thomas
Hi, trying to connect a PullConsumer to a PullSupplier of an EventChannel fails due to bad dispatching of connect_pull_consumer() at the server site. The following stack trace will illustrate the problem: #0 0x010265c0 in POA_CosEventComm::PullSupplier::dispatch at CosEventComm.cc:1393