I need to publish an instance of a templated class. I thought all I needed to do is:
typedef TemplatedClass<Class> ClassTemplateInstance;
but that doesnt seem to add any new symbols in the igate file. I'm not using the promiscuous flag in interrogate. Any ideas how this is done?
