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

Issue 62053: Make ns3::Packet inherit from ns3::RefCountBase

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 11 months ago by Adrian
Modified:
14 years, 8 months ago
Reviewers:
CC:
ns-3-reviews_googlegroups.com
Visibility:
Public.

Description

Currently ns3::Packet has its own, independent Ref() and Unref() calls. To make the code more consistent with other classes, I removed those two functions and let ns3::Packet inherit from ns3::RefCountBase to keep the interface identical.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -30 lines) Patch
M src/common/packet.h View 2 chunks +1 line, -5 lines 0 comments Download
M src/common/packet.cc View 5 chunks +5 lines, -25 lines 0 comments Download

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