|
Bugzilla – Full Text Bug Listing |
| Summary: | Object::QueryInterface has two arguments which are redundant | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mathieu Lacage <mathieu.lacage> |
| Component: | core | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gjcarneiro |
| Priority: | P3 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch for bug 122 | ||
|
Description
Mathieu Lacage
2007-12-29 05:29:52 UTC
Created attachment 100 [details] patch for bug 122 There are still a few very specific cases where the old two-argument QueryInterface method was still needed so, I left them in. As long as the QI version accepting the iid string is retained, for the sake of python bindings, sounds good to me. ns-3-object changed QueryInterface to GetObject |