|
Bugzilla – Full Text Bug Listing |
| Summary: | GetAttributeChecker is not defined anymore but still used | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | John Abraham <john.abraham.in> |
| Component: | general | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | CC: | mathieu.lacage |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
John Abraham
2011-08-04 15:38:49 UTC
You just need to change calls to GetAttributeChecker with a call to TypeId::GetAttribute and dereference the checker field of the returned struct. changeset: c7bd6a148b5a I can't test this fix since I obviously don't have a gtk-enabled build machine: I hope that you can check it and adjust the code if needed. |