/**

IDL definition:
    interface Hello {
      void hello();
    };

*/ public interface Hello extends org.omg.CORBA.Object { /**

Operation: ::Hello::hello.

    void hello();
  

*/ public void hello(); }