Bugzilla – Bug 1595
Function declarations without implentations cause problems with the dsr module's Python bindings
Last modified: 2013-06-02 12:38:05 UTC
Created attachment 1523 [details] Patch to remove unimplemented functions from dsr module There are many functions in the dsr module that are declared in their class's header file (.h) but are not present in the class's implementation file (.cc). This causes problems for the dsr module's Python bindings when they are included into a Python program. The attached patch removes those function declarations. Note that after the patch is applied, the Python bindings for the dsr module will need to rescanned and committed before the bug can be closed. You can test that the new bindings are good by importing the dsr module in a Python script like first.py: import ns.dsr The above statement should work once the patch has been applied and the new bindings have been rescanned.
Bug closed. ns-3-dev changeset: 17e4f195109b
some of these unimplemented functions crept back in since this was committed
fixed again in changeset 9821:c5b83fec4d30