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

Unified Diff: src/uan/model/acoustic-modem-energy-model.h

Issue 57210044: Add support for Wifi SLEEP mode (Closed)
Patch Set: Add an EnergyRecharged callback Created 9 years, 8 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/energy/model/wifi-radio-energy-model.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/uan/model/acoustic-modem-energy-model.h
===================================================================
--- a/src/uan/model/acoustic-modem-energy-model.h
+++ b/src/uan/model/acoustic-modem-energy-model.h
@@ -169,6 +169,15 @@
*/
virtual void HandleEnergyDepletion (void);
+ /**
+ * \brief Handles energy recharged.
+ *
+ * Not implemented
+ */
+ virtual void HandleEnergyRecharged (void)
+ {
+ }
+
private:
void DoDispose (void);
« no previous file with comments | « src/energy/model/wifi-radio-energy-model.cc ('k') | no next file » | no next file with comments »

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