# HG changeset patch # User Claus Gittinger # Date 1295692801 -3600 # Node ID 0449a63f204f80a00c02d909e8e2d4a7ccedd6ea # Parent ed8ea0037dfb861b5cf69b44b270b85d726c4468 changed: #documentation diff -r ed8ea0037dfb -r 0449a63f204f IndirectValue.st --- a/IndirectValue.st Sun Jan 16 11:29:37 2011 +0100 +++ b/IndirectValue.st Sat Jan 22 11:40:01 2011 +0100 @@ -36,7 +36,7 @@ documentation " - IndirectValue referes to another valueHolder and presents that holders value + IndirectValue referes to another valueHolder and presents that holder's value as my own value. However, the holder can be changed, which results in a change message from myself. Can be used if a valueHolder is needed which represents different values over @@ -140,9 +140,9 @@ !IndirectValue class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.7 2010-01-20 13:25:14 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.8 2011-01-22 10:40:01 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.7 2010-01-20 13:25:14 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.8 2011-01-22 10:40:01 cg Exp $' ! !