Is anyone able to use #pragma version in idl files with omniorb ?
i get weird things in the .hh stub genetrated like :
#define Base_Dispatcher_IntfRepoID "IDL:Base/Dispatcher:þ^ Q ^H "
when using
module Base {
interface Dispatcher {
.../...
};
#pragma version Dispatcher 1.3
};
Thanks in advance.