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

Unified Diff: windows/ns-3-dev/headers/ns3/csma-layout-module.h

Issue 8932044: Minimum changes needed to support ns-3 on Visual Studio 2012
Patch Set: Created 10 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 | « windows/ns-3-dev/headers/ns3/core-module.h ('k') | windows/ns-3-dev/headers/ns3/csma-module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: windows/ns-3-dev/headers/ns3/csma-layout-module.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/windows/ns-3-dev/headers/ns3/csma-layout-module.h
@@ -0,0 +1,11 @@
+
+#ifdef NS3_MODULE_COMPILATION
+# error "Do not include ns3 module aggregator headers from other modules; these are meant only for end user scripts."
+#endif
+
+#ifndef NS3_MODULE_CSMA_LAYOUT
+
+
+// Module headers:
+#include "csma-star-helper.h"
+#endif
« no previous file with comments | « windows/ns-3-dev/headers/ns3/core-module.h ('k') | windows/ns-3-dev/headers/ns3/csma-module.h » ('j') | no next file with comments »

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