-- $Header: /commtar/monoBANK/RTS/uconvert.ada,v 1.2 85/11/07 17:40:36 stt Exp $ generic type Source is limited private; type Target is limited private; function Unchecked_Conversion(S : Source) return Target; -- $Cprt start$ -- -- Copyright (C) 1988 by Intermetrics, Inc. -- -- This material may be used duplicated or disclosed by or for the -- U.S. Government pursuant to the copyright license under DAR clause -- 7-104.9(a) (May 1981). -- -- This project was spnsored by the STARS Foundation -- Naval Research Laboratory, Washington DC -- -- $Cprt end$