6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
|
|
@group("unit_test_common")
|
||
|
|
@id(0)
|
||
|
|
interface Common {
|
||
|
|
oneway quit()
|
||
|
|
getServerAllocated() -> int32
|
||
|
|
}
|