[omniORB] IDL modules
Hamilton Temple
hamilton.temple at gmail.com
Thu Aug 14 17:33:33 BST 2008
Stefan, thank you for your answer.
AddImpl is defined as follows:
#include <Add.hh>
namespace Operations{
class AddImpl: public POA_Add, public PortableServer::RefCountServantBase{
CORBA::ORB_var orb_;
PortableServer::POA_var poa_;
public:
AddImpl();
virtual PortableServer::POA_ptr _default_POA();
virtual double add(const char * a,const char * b,const char * c)
throw(CORBA::SystemException);
};
};
Without the namespacing this code compiled without any problems.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080814/57e10345/attachment.htm
More information about the omniORB-list
mailing list