413f8da6b3
svn path=/trunk/KDE/kdelibs/; revision=1023814
18 lines
244 B
Plaintext
18 lines
244 B
Plaintext
include "console.iol"
|
|
|
|
inputPort PrinterService {
|
|
Location: "local"
|
|
Protocol: sodep
|
|
RequestResponse:
|
|
printInput
|
|
}
|
|
|
|
main
|
|
{
|
|
printInput(input)(result) {
|
|
println@Console(input)();
|
|
result = "success"
|
|
}
|
|
}
|
|
|