mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
#2932: Poco::Net::NTLMContext is missing dllexport/dllimport symbols
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Net {
|
|||||||
struct NTLMContextImpl;
|
struct NTLMContextImpl;
|
||||||
|
|
||||||
|
|
||||||
class NTLMContext
|
class Net_API NTLMContext
|
||||||
/// An opaque context class for working with SSPI NTLM authentication.
|
/// An opaque context class for working with SSPI NTLM authentication.
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@@ -49,7 +49,7 @@ private:
|
|||||||
NTLMContext();
|
NTLMContext();
|
||||||
NTLMContext(const NTLMContext&);
|
NTLMContext(const NTLMContext&);
|
||||||
NTLMContext& operator = (const NTLMContext&);
|
NTLMContext& operator = (const NTLMContext&);
|
||||||
|
|
||||||
friend class SSPINTLMProvider;
|
friend class SSPINTLMProvider;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user