Jon Smirl wrote:
    NS_DECL_ISUPPORTS
    NS_DECL_NSISERVERSOCKETLISTENER
../proxyserver.h:11: undefined reference to `vtable for ProxyServer'

That generally happens when you don't implement all virtual methods of a class. In particular, it can happen if you forget the NS_IMPL_ISUPPORTSn line.
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to