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

Unified Diff: src/core/model/attribute-construction-list.h

Issue 342120043: New patch for core module changes (Closed)
Patch Set: Update for review comments 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
« no previous file with comments | « src/core/model/attribute-accessor-helper.h ('k') | src/core/model/attribute-helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/model/attribute-construction-list.h
===================================================================
--- a/src/core/model/attribute-construction-list.h
+++ b/src/core/model/attribute-construction-list.h
@@ -23,6 +23,10 @@
#include "attribute.h"
#include <list>
+#include "ns3/ns3-module.h"
+#define NS3_MODULE NS3_CORE_MODULE
+#include "ns3/ns3-export.h"
+
/**
* \file
* \ingroup object
@@ -36,7 +40,7 @@
* List of Attribute name, value and checker triples used
* to construct Objects.
*/
-class AttributeConstructionList
+class NS3_EXPORT AttributeConstructionList
{
public:
/** A single Attribute triple */
« no previous file with comments | « src/core/model/attribute-accessor-helper.h ('k') | src/core/model/attribute-helper.h » ('j') | no next file with comments »

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