[squeak-dev] FileDirectory subclass

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] FileDirectory subclass

dtrussardi@tiscali.it
Hello,
 
for compatibility with Gemstone GLASS ( port form squeak to GLASS e viceversa ) i need to create ServerFileDirectory as subclass of FileDirectory.
 
But when i do it the image go in tilt and if save it , i can not reload it ( the vm go in loop at startup )
 
This problem is not new but i d'ont remeber .........
 
Anyone remeber ?
 
Thank,
 
    Dario
 
P.S. I can do search for word into The Squeak-dev Archives  ?


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] FileDirectory subclass

Bert Freudenberg

On 15.09.2009, at 21:12, Dario Trussardi wrote:

> Hello,
>
> for compatibility with Gemstone GLASS ( port form squeak to GLASS e  
> viceversa ) i need to create ServerFileDirectory as subclass of  
> FileDirectory.
>
> But when i do it the image go in tilt and if save it , i can not  
> reload it ( the vm go in loop at startup )
>
> This problem is not new but i d'ont remeber .........
>
> Anyone remeber ?
>
> Thank,
>
>     Dario

I'd think delegating to a FileDirectory instance might be safer ...

- Bert -