// Count.idl module Counter { interface Count { void setSum(in long arg); long sum(); long increment(); }; };