[omniORB] IDL modules

Hamilton Temple hamilton.temple at gmail.com
Thu Aug 14 17:56:25 BST 2008


Hi,

I just realized of my mistake. The correct definition is:

#include <Add.hh>

namespace Operations{
  class AddImpl: public POA_Operations::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);
  };
};

I hope that this helps to other CORBA rookies :D

Regards,

Hamilton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080814/464dcec1/attachment.htm


More information about the omniORB-list mailing list