Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3703)

Unified Diff: src/uan/model/uan-net-device.cc

Issue 14677043: UAN-WOSS framework
Patch Set: Bug fixes thanks to Randall and Raul, new features added as per WOSS 1.5.0 Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/uan/model/uan-net-device.h ('k') | src/uan/model/uan-phy-gen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/uan/model/uan-net-device.cc
===================================================================
--- a/src/uan/model/uan-net-device.cc
+++ b/src/uan/model/uan-net-device.cc
@@ -79,6 +79,17 @@
}
void
+UanNetDevice::DoInitialize (void)
+{
+ m_phy->Initialize ();
+ m_mac->Initialize ();
+ m_channel->Initialize ();
+ m_trans->Initialize ();
+
+ NetDevice::DoInitialize ();
+}
+
+void
UanNetDevice::DoDispose ()
{
Clear ();
« no previous file with comments | « src/uan/model/uan-net-device.h ('k') | src/uan/model/uan-phy-gen.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b