#include <somobj.idl> interface GTM : SOMObject { void NvotInit(); void NvotDone(); #ifdef __SOMIDL__ implementation { dllname="gtm.dll"; }; #endif /* __SOMIDL__ */ };