From dc2307c5ae490efa3cb248c2da7fb72ccb90d464 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Thu, 4 Dec 2014 10:02:36 -0800 Subject: [PATCH] Deprecate AddTraceSource without callback signature. --- CHANGES.html | 9 ++++++++- src/core/model/type-id.cc | 12 ++++++++++-- src/core/model/type-id.h | 20 ++++++++++++++++++-- 3 files changed, 36 insertions(+), 5 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index 16969e4e8..f87691b85 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -76,10 +76,17 @@ us a note on ns-developers mailing list.

  • The attribute 'Recievers' in class YansWifiPhy was misspelled, so this has been corrected to 'Receivers'.
  • +
  • We have now documented the callback function signatures + for all TracedSources, using an extra (fourth) argument to + TypeId::AddTraceSource to pass the fully-qualified name + of the signature typedef. To ensure that future TraceSources + are similarly documented we have deprecated the three + argument version of AddTraceSource. +
  • Changes to build system:

    -