On 7/14/06, Jon Smirl <[EMAIL PROTECTED]> wrote:
What's causing this?

class ProxyServer : public nsIServerSocketListener {
public:
        NS_DECL_ISUPPORTS
        NS_DECL_NSISERVERSOCKETLISTENER
../proxyserver.h:11: undefined reference to `vtable for ProxyServer'

        nsresult Init(void);
private:
        nsCOMPtr<nsIServerSocket> serversocket;
};


I have no idea what caused that error. But fixing another seeming
unrelated (in another class) problem made it go away.

--
Jon Smirl
[EMAIL PROTECTED]
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to