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

Unified Diff: src/core/model/ref-count-base.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/realtime-simulator-impl.h ('k') | src/core/model/rng-seed-manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/model/ref-count-base.h
===================================================================
--- a/src/core/model/ref-count-base.h
+++ b/src/core/model/ref-count-base.h
@@ -25,6 +25,10 @@
#include "simple-ref-count.h"
+#include "ns3/ns3-module.h"
+#define NS3_MODULE NS3_CORE_MODULE
+#include "ns3/ns3-export.h"
+
/**
* \file
* \ingroup ptr
@@ -42,7 +46,7 @@
* instead the template \ref ns3::SimpleRefCount. This class is maintained
* purely for compatibility to avoid breaking the code of users.
*/
-class RefCountBase : public SimpleRefCount<RefCountBase>
+class NS3_EXPORT RefCountBase : public SimpleRefCount<RefCountBase>
{
public:
/**
« no previous file with comments | « src/core/model/realtime-simulator-impl.h ('k') | src/core/model/rng-seed-manager.h » ('j') | no next file with comments »

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