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

Unified Diff: src/wifi/model/frame-capture-model.h

Issue 345760043: wifi module: includes removal
Patch Set: Part 1 Created 5 years, 12 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/wifi/model/error-rate-model.cc ('k') | src/wifi/model/he-capabilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wifi/model/frame-capture-model.h
===================================================================
--- a/src/wifi/model/frame-capture-model.h
+++ b/src/wifi/model/frame-capture-model.h
@@ -22,10 +22,11 @@
#define FRAME_CAPTURE_MODEL_H
#include "ns3/object.h"
-#include "interference-helper.h"
namespace ns3 {
+class Event;
+
/**
* \ingroup wifi
* \brief the interface for Wifi's frame capture models
@@ -51,7 +52,7 @@
* \return true if the reception should be switched to a new incoming frame,
* false otherwise
*/
- virtual bool CaptureNewFrame (Ptr<InterferenceHelper::Event> currentEvent, Ptr<InterferenceHelper::Event> newEvent) const = 0;
+ virtual bool CaptureNewFrame (Ptr<Event> currentEvent, Ptr<Event> newEvent) const = 0;
};
} //namespace ns3
« no previous file with comments | « src/wifi/model/error-rate-model.cc ('k') | src/wifi/model/he-capabilities.h » ('j') | no next file with comments »

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