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

Unified Diff: src/core/model/global-value.h

Issue 342870043: Visual Studio conditional code for core module (Closed)
Patch Set: Updates to resolve review comments Created 5 years, 11 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/fd-reader.h ('k') | src/core/model/hash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/model/global-value.h
===================================================================
--- a/src/core/model/global-value.h
+++ b/src/core/model/global-value.h
@@ -25,6 +25,10 @@
#include "ptr.h"
#include "attribute.h"
+#include "ns3/ns3-module.h"
+#define NS3_MODULE NS3_CORE_MODULE
+#include "ns3/ns3-export.h"
+
/**
* \file
* \ingroup core
@@ -70,7 +74,7 @@
* values through command line arguments to their program:
* \c --Name=Value will set global value \c Name to \c Value.
*/
-class GlobalValue
+class NS3_EXPORT GlobalValue
{
/** Container type for holding all the GlobalValues. */
typedef std::vector<GlobalValue *> Vector;
« no previous file with comments | « src/core/model/fd-reader.h ('k') | src/core/model/hash.h » ('j') | no next file with comments »

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