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

Unified Diff: src/core/model/callback.cc

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 | « src/core/model/breakpoint.cc ('k') | src/core/model/default-simulator-impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/model/callback.cc
===================================================================
--- a/src/core/model/callback.cc
+++ b/src/core/model/callback.cc
@@ -102,7 +102,7 @@
std::string
ns3::CallbackBase::Demangle (const std::string& mangled)
{
- NS_LOG_FUNCTION (this << mangled);
+ NS_LOG_FUNCTION (mangled);
return mangled;
}
« no previous file with comments | « src/core/model/breakpoint.cc ('k') | src/core/model/default-simulator-impl.h » ('j') | no next file with comments »

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