Re: time / update problem

Cheng-Chang Wu <[email protected]> Wed, 20 Jul 2005 01:17:58 -0700 (PDT)
Newsgroups gmane.comp.lang.eiffel.smalleiffel
Message-ID <[email protected]>
> --- Philippe Ribet <[email protected]> wrote:
> 
> > >
> > >How can we set the initial value of a user
> defined
> > >immutable expanded type to a value different from
> > the
> > >default value?
> > >
> > default_create should do the work
> > 
> 
But with default_create we always get the same
initial value, There is no way to change that value
because the class is immutable.

Cheng-Chang Wu