
/**
* bookmarkHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.1"
* from tp1.idl
* lundi 29 novembre 2004 09 h 37 CET
*/

public final class bookmarkHolder implements org.omg.CORBA.portable.Streamable
{
  public bookmark value = null;

  public bookmarkHolder ()
  {
  }

  public bookmarkHolder (bookmark initialValue)
  {
    value = initialValue;
  }

  public void _read (org.omg.CORBA.portable.InputStream i)
  {
    value = bookmarkHelper.read (i);
  }

  public void _write (org.omg.CORBA.portable.OutputStream o)
  {
    bookmarkHelper.write (o, value);
  }

  public org.omg.CORBA.TypeCode _type ()
  {
    return bookmarkHelper.type ();
  }

}
