Bug 1838

Summary: FlowMonitorHelper must not be copied.
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: flow-monitorAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Tommaso Pecorella 2014-01-16 03:41:15 UTC
This thread found a problem with FlowMonitorHelper.
If it is copied (by passing it to a function), all the internals will get messed up, which is not a good idea.

https://groups.google.com/forum/#!topic/ns-3-users/Uus2kjVTUeA

The solution is to forbid copy constructors, so the user will have to think twice (and use pointers).
Comment 1 Tommaso Pecorella 2014-01-16 03:52:41 UTC
changeset 10576	efba60267342