Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(34)

Issue 292540043: Add a Remove method to the Queue base class (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 5 months ago by Stefano Avallone
Modified:
8 years, 4 months ago
Reviewers:
Tom Henderson, n.p
CC:
ns-3-reviews_googlegroups.com
Visibility:
Public.

Description

Add a Remove method to the Queue base class

Patch Set 1 #

Total comments: 2

Patch Set 2 : Keep symmetry with Dequeue() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -2 lines) Patch
M src/network/utils/drop-tail-queue.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/network/utils/drop-tail-queue.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/network/utils/queue.h View 1 2 chunks +12 lines, -2 lines 0 comments Download
M src/network/utils/queue.cc View 1 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 7
Stefano Avallone
This patch adds a Remove method to the Queue base class. This is needed by ...
8 years, 5 months ago (2016-04-26 16:05:57 UTC) #1
Tom Henderson
https://codereview.appspot.com/292540043/diff/1/src/network/utils/queue.h File src/network/utils/queue.h (right): https://codereview.appspot.com/292540043/diff/1/src/network/utils/queue.h#newcode75 src/network/utils/queue.h:75: bool Remove (void); why not keep symmetry in the ...
8 years, 5 months ago (2016-05-05 21:58:45 UTC) #2
Stefano Avallone
https://codereview.appspot.com/292540043/diff/1/src/network/utils/queue.h File src/network/utils/queue.h (right): https://codereview.appspot.com/292540043/diff/1/src/network/utils/queue.h#newcode75 src/network/utils/queue.h:75: bool Remove (void); basically because Remove is meant to ...
8 years, 5 months ago (2016-05-06 16:57:19 UTC) #3
Tom Henderson
On 2016/05/06 16:57:19, Stefano Avallone wrote: > https://codereview.appspot.com/292540043/diff/1/src/network/utils/queue.h > File src/network/utils/queue.h (right): > > https://codereview.appspot.com/292540043/diff/1/src/network/utils/queue.h#newcode75 ...
8 years, 5 months ago (2016-05-09 17:15:51 UTC) #4
Stefano Avallone
Modified as suggested by Tom.
8 years, 5 months ago (2016-05-11 10:38:39 UTC) #5
Stefano Avallone
Ok to commit? Thanks.
8 years, 4 months ago (2016-05-17 13:46:37 UTC) #6
Tom Henderson
8 years, 4 months ago (2016-05-17 22:38:58 UTC) #7
On 2016/05/17 13:46:37, Stefano Avallone wrote:
> Ok to commit? Thanks.

OK by me.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b