Changeset 37 for trunk/t3q-examples
- Timestamp:
- 05/08/11 20:14:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/t3q-examples/checkInterfaceModuleContainmentCheck/checkInterfaceModuleContainmentGood.ttcn3
r4 r37 2 2 import from LibCommon_time all; 3 3 4 // good module, only component definitions4 // good module, only component, port, and type definitions 5 5 6 6 type component component_1 { 7 7 } 8 9 type record x {integer x} 8 10 9 11 group g_1{
Note: See TracChangeset
for help on using the changeset viewer.