Last change
on this file since 53 was
22,
checked in by rings, 14 years ago
|
|
-
Property svn:executable set to
*
|
File size:
870 bytes
|
Line | |
---|
1 | /**
|
---|
2 | * @author ETSI
|
---|
3 | * @version $URL: svn+ssh://vcs.etsi.org/TTCN3/LIB/Ttcn3LibCommon/trunk/ttcn/LibCommon_AbstractData.ttcn $
|
---|
4 | * $Id: LibCommon_AbstractData.ttcn 29 2008-11-24 10:08:08Z mullers $
|
---|
5 | * @desc A collection of functions for abstract data types which may be
|
---|
6 | * useful in the implementation of any TTCN-3 test suite.
|
---|
7 | * @remark End users should be aware that any changes made to the in
|
---|
8 | * definitions this module may be overwritten in future releases.
|
---|
9 | * End users are encouraged to contact the distributers of this
|
---|
10 | * module regarding their modifications or additions so that future
|
---|
11 | * updates will include your changes.
|
---|
12 | */
|
---|
13 | module LibCommon_AbstractData {
|
---|
14 |
|
---|
15 | import from LibCommon_BasicTypesAndValues { type UInt } ;
|
---|
16 |
|
---|
17 |
|
---|
18 | } // end module LibCommon_AbstractData
|
---|
Note: See
TracBrowser
for help on using the repository browser.