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

Unified Diff: src/core/model/simulator-impl.h

Issue 342120043: New patch for core module changes (Closed)
Patch Set: Updated core patch Created 5 years, 10 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
Index: src/core/model/simulator-impl.h
===================================================================
--- a/src/core/model/simulator-impl.h
+++ b/src/core/model/simulator-impl.h
@@ -28,6 +28,10 @@
#include "object-factory.h"
#include "ptr.h"
+#include "ns3/ns3-module.h"
+#define NS3_MODULE NS3_CORE_MODULE
+#include "ns3/ns3-export.h"
+
/**
* \file
* \ingroup simulator
@@ -45,7 +49,7 @@
*
* \todo Define what the simulation or event context means.
*/
-class SimulatorImpl : public Object
+class NS3_EXPORT SimulatorImpl : public Object
{
public:

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