Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 382409 | Differences between
and this patch

Collapse All | Expand All

(-)mldonkey-3.0.7.old/src/utils/lib/CryptoPP.h (+1 lines)
Lines 694-699 Link Here
694
class CRYPTOPP_DLL NullNameValuePairs : public NameValuePairs
694
class CRYPTOPP_DLL NullNameValuePairs : public NameValuePairs
695
{
695
{
696
public:
696
public:
697
	NullNameValuePairs() {}
697
	bool GetVoidValue(const char* /* name */, const std::type_info& /* valueType */, void* /* pValue */) const {return false;}
698
	bool GetVoidValue(const char* /* name */, const std::type_info& /* valueType */, void* /* pValue */) const {return false;}
698
};
699
};
699
700

Return to bug 382409