[orbitcpp-list] CORBA::ORB::destroy() static?!
Status: Beta
Brought to you by:
philipd
From: Dan K. <dk...@ix...> - 2002-04-18 17:10:18
|
While porting an app to Orbitcpp, I got the error no matching function for call to`CORBA::ORB::destroy ()' According to "Advanced Corba Programming with C++", page 521, there's a normal method PortableServer::POA::destroy; yet Orbitcpp seems to make it a static method: /usr/local/include/orb/orbitcpp_poa.hh: static void destroy( ... I'm just a newbie to corba and orbitcpp, but it kinda looks like orbit isn't following the standard here. Am I right? Thanks, Dan |