Bugzilla – Bug 122
Object::QueryInterface has two arguments which are redundant
Last modified: 2008-07-01 13:32:21 UTC
The attached patchset adds a new Object::QueryInterface method which takes only a single argument, a template type argument and uses this simple method everywhere possible in the current codebase.
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