<p>Hi!<br>I need to declare a method in idl:<br> local interface GCMComponent {<br> ...<br> void post_orb_init (in CORBA::ORB orb);<br> ...<br> };</p>but idl compiler gets an error:<br> GCM.idl
:167: Error in look-up of 'CORBA::ORB': 'ORB' not found
<p>Which IDL module i need to include to avoid this error?</p>
<p>Thanks</p>P.S. I'm using omniORBpy3.