<div dir="ltr"><br>Hi,<br><br>I just realized of my mistake. The correct definition is:<br><br>#include <Add.hh><br><br>namespace Operations{<br> class AddImpl: public POA_Operations::Add, public PortableServer::RefCountServantBase{<br>
CORBA::ORB_var orb_;<br> PortableServer::POA_var poa_;<br> <br> public:<br> AddImpl();<br> virtual PortableServer::POA_ptr _default_POA();<br> virtual double add(const char * a,const char * b,const char * c) throw(CORBA::SystemException);<br>
};<br>};<br><br>I hope that this helps to other CORBA rookies :D<br><br>Regards,<br><br>Hamilton<br><br><br><br><br></div>