Exemplo n.º 1
0
  /** Is equivalent to seek(0). */
  public void rewind() {
    org.omg.CORBA.portable.ServantObject $so = _servant_preinvoke("rewind", _opsClass);
    DynFixedOperations $self = (DynFixedOperations) $so.servant;

    try {
      $self.rewind();
    } finally {
      _servant_postinvoke($so);
    }
  } // rewind