413f8da6b3
svn path=/trunk/KDE/kdelibs/; revision=1023814
16 lines
177 B
Plaintext
16 lines
177 B
Plaintext
|
|
inputPort MathService {
|
|
Location: "local"
|
|
Protocol: sodep
|
|
RequestResponse:
|
|
twice
|
|
}
|
|
|
|
main
|
|
{
|
|
twice(number)(result) {
|
|
result = number * 2
|
|
}
|
|
}
|
|
|