summaryrefslogtreecommitdiff
path: root/quellcode/demo1/Controller/Controller.idl
blob: 7c969acd071cc0ce9dedac914abc8627701d9273 (plain)
1
2
3
4
5
6
#pragma prefix "manut"
module Controller {
    interface Display {
	void show(in string txt);
    };
};