|
Bugzilla – Full Text Bug Listing |
| Summary: | src/core should not depend on src/simulator | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | core | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | craigdo, faker.moatamri |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Mathieu Lacage
2009-07-13 03:15:49 UTC
It looks like this include is used only for the line 127: Simulator::ScheduleDestroy (&NamesPriv::Delete); I think the second option should be more acceptable. If we remove this line we can remove this include. Now we should see what is the use of this line of code and if we can do the same in another way. Regards Faker The NamesPriv object just needs to be made a proper singleton that is constructed once at first use and destructed at the end of time. |