traffic-control: fix invalid use of incomplete type
This commit is contained in:
@@ -194,6 +194,16 @@ protected:
|
||||
virtual void NotifyNewAggregate (void);
|
||||
|
||||
private:
|
||||
/**
|
||||
* \brief Copy constructor
|
||||
* Disable default implementation to avoid misuse
|
||||
*/
|
||||
TrafficControlLayer (TrafficControlLayer const &);
|
||||
/**
|
||||
* \brief Assignment operator
|
||||
* Disable default implementation to avoid misuse
|
||||
*/
|
||||
TrafficControlLayer& operator= (TrafficControlLayer const &);
|
||||
/**
|
||||
* \brief Protocol handler entry.
|
||||
* This structure is used to demultiplex all the protocols.
|
||||
|
||||
Reference in New Issue
Block a user