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

Unified Diff: src/lte/model/lte-rrc-header.cc

Issue 10975043: Fix building with Clang 3.2 (brute force approach) (Closed)
Patch Set: Rebased on ns-3-dev 10211:1af765ed27c8 Created 10 years, 5 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/lte/model/lte-rrc-header.cc
===================================================================
--- a/src/lte/model/lte-rrc-header.cc
+++ b/src/lte/model/lte-rrc-header.cc
@@ -2224,6 +2224,13 @@
}
void
+RrcAsn1Header::Print (std::ostream &os) const
+{
+ NS_LOG_FUNCTION (this << &os);
+ NS_FATAL_ERROR ("RrcAsn1Header Print() function must also specify LteRrcSap::RadioResourceConfigDedicated as a second argument");
+}
+
+void
RrcAsn1Header::Print (std::ostream &os, LteRrcSap::RadioResourceConfigDedicated radioResourceConfigDedicated) const
{
os << " srbToAddModList: " << std::endl;

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