[omniORB] Trouble with _this()

Michael Neumann mneumann@abakus-soft.de
Wed, 20 Dec 2000 11:47:25 +0100


Hi!

I have trouble while I am calling _this() using the EventService. I used
the examples at omniEvent to create my own Consumers and Suppliers. If I
want to connect the supplier I got an access violation.

proxy_consumer->connect_push_supplier(this->_this());

The problem is the call of _this(). I debugged the application and
found, that the error is in omniInternal.cc omni::createObjRef(...)  or
in the calling method omniOrbBoaServant::_this(const char* repoId) at
file corbaBoa.cc.

What do I wrong?

Michael