/** * @author ETSI * @version $URL: svn+ssh://vcs.etsi.org/TTCN3/LIB/Ttcn3LibCommon/trunk/ttcn/LibCommon_AbstractData.ttcn $ * $Id: LibCommon_AbstractData.ttcn 29 2008-11-24 10:08:08Z mullers $ * @desc A collection of functions for abstract data types which may be * useful in the implementation of any TTCN-3 test suite. * @remark End users should be aware that any changes made to the in * definitions this module may be overwritten in future releases. * End users are encouraged to contact the distributers of this * module regarding their modifications or additions so that future * updates will include your changes. */ module LibCommon_AbstractData { import from LibCommon_BasicTypesAndValues { type UInt } ; } // end module LibCommon_AbstractData