#pragma prefix "manut" module Controller { interface Display { void show(in string txt); }; };