virtual destructors and missing @end in tutorial
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
* Construct a CsmaHelper.
|
||||
*/
|
||||
CsmaHelper ();
|
||||
virtual ~CsmaHelper () {}
|
||||
|
||||
/**
|
||||
* \param type the type of queue
|
||||
|
||||
@@ -50,6 +50,7 @@ public:
|
||||
* point networks.
|
||||
*/
|
||||
PointToPointHelper ();
|
||||
virtual ~PointToPointHelper () {}
|
||||
|
||||
/**
|
||||
* Each point to point net device must have a queue to pass packets through.
|
||||
|
||||
Reference in New Issue
Block a user