source:
trunk/t3q-examples/CodeFormatting/Generic/formattingIssues.ttcn3
@
61
Last change on this file since 61 was 55, checked in by phdmakk, 13 years ago | |
---|---|
File size: 275 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | module formattingIssues { |
2 | import from a all; | |
[55] | 3 | import from ab all; |
[4] | 4 | |
[55] | 5 | group ga { |
[4] | 6 | function f_ssMsInitiateDhcpv4(){ |
7 | //blas bla blas | |
8 | } //end function f_ssMsInitiateDhcpv4 | |
9 | ||
10 | altstep as(){ | |
11 | } | |
12 | function f_ssMsStartDhcpv4 (){ | |
[55] | 13 | var integer ai := b; |
[4] | 14 | |
15 | } | |
16 | } | |
17 | ||
18 | ||
19 | } |
Note: See TracBrowser
for help on using the repository browser.