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

Unified Diff: src/core/model/uinteger.h

Issue 342870043: Visual Studio conditional code for core module (Closed)
Patch Set: Corrections 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
Index: src/core/model/uinteger.h
===================================================================
--- a/src/core/model/uinteger.h
+++ b/src/core/model/uinteger.h
@@ -41,8 +41,8 @@
* type such as uint8_t, uint16_t, uint32_t, uint64_t, or,
* unsigned int, etc.
*/
-ATTRIBUTE_VALUE_DEFINE_WITH_NAME (uint64_t, Uinteger);
-ATTRIBUTE_ACCESSOR_DEFINE (Uinteger);
+ATTRIBUTE_VALUE_DEFINE_WITH_NAME_LIB (uint64_t, Uinteger, NS3CORELIB);
+ATTRIBUTE_ACCESSOR_DEFINE_LIB (Uinteger, NS3CORELIB);
template <typename T>
Ptr<const AttributeChecker> MakeUintegerChecker (void);
@@ -80,6 +80,7 @@
***************************************************************/
#include "type-name.h"
+#include "ns3dll.h"
Peter Barnes 2018/04/17 00:04:13 Doesnt' this have to be before the use of NS3COREL
ammo6818-vandals.uidaho.edu 2018/05/02 05:06:32 Removed.
namespace ns3 {

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