修复Windows上的编译问题

This commit is contained in:
xiongziliang 2019-06-15 16:33:12 +08:00
parent a3754a0456
commit bede5500c8

View File

@ -47,7 +47,7 @@ class HttpCookieManager;
/** /**
* cookie对象cookie的一些相关属性 * cookie对象cookie的一些相关属性
*/ */
class HttpServerCookie : public mINI , public noncopyable{ class HttpServerCookie : public map<string,string> , public noncopyable{
public: public:
typedef std::shared_ptr<HttpServerCookie> Ptr; typedef std::shared_ptr<HttpServerCookie> Ptr;
/** /**