<p>Hi!<br>I need to declare a method in idl:<br>&nbsp; &nbsp; local interface GCMComponent {<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;...<br>&nbsp; &nbsp; &nbsp; &nbsp; void post_orb_init (in CORBA::ORB orb);<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;...<br>&nbsp; &nbsp; };</p>but idl compiler gets an error:<br>&nbsp; &nbsp; 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.