plasma-framework/private/qtjolie-branch/tests/math.ol
Rob Scheepmaker 413f8da6b3 And port to the new api, and rename the copy.
svn path=/trunk/KDE/kdelibs/; revision=1023814
2009-09-15 11:12:45 +00:00

16 lines
177 B
Plaintext

inputPort MathService {
Location: "local"
Protocol: sodep
RequestResponse:
twice
}
main
{
twice(number)(result) {
result = number * 2
}
}