1 2 3 4 5 6 7 8 9 10
// Printer.ice module Demo { interface Printer { // A client can invoke this operation on a server. // In this example we print the string s void printString(string s); } }