[haiku-commits] Change in ...haiku[master]: BNetworkCookieJar: Remove the copy constructor.

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 7 Apr 2019 18:16:26 +0000

From waddlesplash <waddlesplash@xxxxxxxxx>:

waddlesplash has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/1391


Change subject: BNetworkCookieJar: Remove the copy constructor.
......................................................................

BNetworkCookieJar: Remove the copy constructor.

Simply copying the pointer fields and the like is definitely not what
we want to do here. Implicitly copying this class at all is probably
a bad idea; if someone really wants to duplicate it, the assignment
operator implements that.
---
M headers/os/net/NetworkCookieJar.h
M src/kits/network/libnetapi/NetworkCookieJar.cpp
2 files changed, 3 insertions(+), 12 deletions(-)



  git pull ssh://git.haiku-os.org/haiku refs/changes/91/1391/1
--
To view, visit https://review.haiku-os.org/c/haiku/+/1391
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: I7efab6db5b38c7f4db5904a5a0b185576da7c22d
Gerrit-Change-Number: 1391
Gerrit-PatchSet: 1
Gerrit-Owner: waddlesplash <waddlesplash@xxxxxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in ...haiku[master]: BNetworkCookieJar: Remove the copy constructor. - Gerrit