// -*- c++ -*-

interface HelloWorld {
  void hello (in boolean returnException);
};