Leo Sutic wrote:

>>From: Peter Donald [mailto:[EMAIL PROTECTED]] 
>>
>>On Wed, 2 Oct 2002 06:39, Berin Loritsch wrote:
>>    
>>
>>>So is it something that will always exist? IOW, how would the user 
>>>releae it?
>>>      
>>>
>>Probably something like
>>
>>if( object instanceof Releaseable )
>>{
>>  ((Releaseable)object).release();
>>}
>>
>>or maybe
>>
>>ReleaseUtil.release( object );
>>    
>>
>
>or maybe even
> 
>manager.release( object );
>  
>

But would it be backward compatible ?

:-)

>                          ?
>/LS
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>
>  
>

-- 

Stephen J. McConnell

OSM SARL
digital products for a global economy
mailto:[EMAIL PROTECTED]
http://www.osm.net




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to