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

Unified Diff: src/core/model/names.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/names.h
===================================================================
--- a/src/core/model/names.h
+++ b/src/core/model/names.h
@@ -22,6 +22,10 @@
#include "ptr.h"
#include "object.h"
+#include "ns3/ns3-module.h"
+#define NS3_MODULE NS3_CORE_MODULE
+#include "ns3/ns3-export.h"
+
/**
* \file
* \ingroup config
@@ -35,7 +39,7 @@
* \brief A directory of name and Ptr<Object> associations that allows
* us to give any ns3 Object a name.
*/
-class Names
+class NS3_EXPORT Names
{
public:

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