diff --git a/bindings/python/apidefs/gcc-ILP32/ns3_module_uan.py b/bindings/python/apidefs/gcc-ILP32/ns3_module_uan.py index 5ef765bce..16241c95f 100644 --- a/bindings/python/apidefs/gcc-ILP32/ns3_module_uan.py +++ b/bindings/python/apidefs/gcc-ILP32/ns3_module_uan.py @@ -418,8 +418,6 @@ def register_Ns3UanPdp_methods(root_module, cls): cls.add_constructor([param('ns3::UanPdp const &', 'arg0')]) ## uan-prop-model.h: ns3::UanPdp::UanPdp() [constructor] cls.add_constructor([]) - ## uan-prop-model.h: ns3::UanPdp::UanPdp(uint32_t numTaps, ns3::Time resolution) [constructor] - cls.add_constructor([param('uint32_t', 'numTaps'), param('ns3::Time', 'resolution')]) ## uan-prop-model.h: ns3::UanPdp::UanPdp(std::vector > taps, ns3::Time resolution) [constructor] cls.add_constructor([param('std::vector< ns3::Tap >', 'taps'), param('ns3::Time', 'resolution')]) ## uan-prop-model.h: ns3::UanPdp::UanPdp(std::vector,std::allocator > > arrivals, ns3::Time resolution) [constructor] diff --git a/bindings/python/apidefs/gcc-LP64/ns3_module_uan.py b/bindings/python/apidefs/gcc-LP64/ns3_module_uan.py index 5ef765bce..16241c95f 100644 --- a/bindings/python/apidefs/gcc-LP64/ns3_module_uan.py +++ b/bindings/python/apidefs/gcc-LP64/ns3_module_uan.py @@ -418,8 +418,6 @@ def register_Ns3UanPdp_methods(root_module, cls): cls.add_constructor([param('ns3::UanPdp const &', 'arg0')]) ## uan-prop-model.h: ns3::UanPdp::UanPdp() [constructor] cls.add_constructor([]) - ## uan-prop-model.h: ns3::UanPdp::UanPdp(uint32_t numTaps, ns3::Time resolution) [constructor] - cls.add_constructor([param('uint32_t', 'numTaps'), param('ns3::Time', 'resolution')]) ## uan-prop-model.h: ns3::UanPdp::UanPdp(std::vector > taps, ns3::Time resolution) [constructor] cls.add_constructor([param('std::vector< ns3::Tap >', 'taps'), param('ns3::Time', 'resolution')]) ## uan-prop-model.h: ns3::UanPdp::UanPdp(std::vector,std::allocator > > arrivals, ns3::Time resolution) [constructor] diff --git a/src/devices/uan/uan-prop-model.h b/src/devices/uan/uan-prop-model.h index e78f8b0df..1e5d769c3 100644 --- a/src/devices/uan/uan-prop-model.h +++ b/src/devices/uan/uan-prop-model.h @@ -91,12 +91,6 @@ public: * \brief Create empty PDP object */ UanPdp (); - /** - * \brief Create PDP object with provided number of taps and resolution - * \param numTaps Number of taps in this PDP - * \resolution Time resolution of this PDP - */ - UanPdp (uint32_t numTaps, Time resolution); /** * \brief Create PDP object from a vector of Tap objects * \param taps Taps to include in this PDP