Hi,
I want to declare static function in my IDL, but I haven't found any 
information to do that.
In example:
interface Test {
    static void hello();
};
Static cann't be found. How I can describe in the IDL that a function is 
a static function?
Thanks for your help!