From 372c2c11576dc012c58e835826141f247fff009b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Fri, 21 Feb 2025 12:19:06 +0100 Subject: [PATCH] utils: Fix deprecation warnings Deprecation warning for name ns3::EnergyHarvesterContainer; use ns3::energy::EnergyHarvesterContainer instead Deprecation warning for name ns3::EnergySourceContainer; use ns3::energy::EnergySourceContainer instead --- utils/print-introspected-doxygen.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/print-introspected-doxygen.cc b/utils/print-introspected-doxygen.cc index ba90cbb4d..d3aef81d5 100644 --- a/utils/print-introspected-doxygen.cc +++ b/utils/print-introspected-doxygen.cc @@ -565,8 +565,8 @@ GetTypicalAggregations() info.RecordAggregationInfo("ns3::Node", "ns3::dsdv::RoutingProtocol"); info.RecordAggregationInfo("ns3::Node", "ns3::dsr::DsrRouting"); info.RecordAggregationInfo("ns3::Node", "ns3::olsr::RoutingProtocol"); - info.RecordAggregationInfo("ns3::Node", "ns3::EnergyHarvesterContainer"); - info.RecordAggregationInfo("ns3::Node", "ns3::EnergySourceContainer"); + info.RecordAggregationInfo("ns3::Node", "ns3::energy::EnergyHarvesterContainer"); + info.RecordAggregationInfo("ns3::Node", "ns3::energy::EnergySourceContainer"); // Create a channel object so that channels appear in the namespace // paths that will be generated here.