You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't belong in the CookieIface interface as the one
in the old MockCookie class tried to validate that the
cookie was in fact a MockCookie, and the one in Cookie
validated the input packet (and was used next to execute
which would execute the packet etc).
Now that we no longer use "const void*" to represent our
cookies and dynamic_cast to down-cast from CookieIface
the method in MockCookie is no longer needed (as dynamic_cast
does this check)
Change-Id: If7154e47d9cda2259bafeb70a1b6e38a00c48f6a
Reviewed-on: http://review.couchbase.org/c/kv_engine/+/156622
Tested-by: Build Bot <[email protected]>
Reviewed-by: Dave Rigby <[email protected]>
0 commit comments