# HG changeset patch # User Tom Henderson # Date 1346215170 25200 # Node ID 26a511d6dbad7284e66de0f3b2ad5bebe6b76405 # Parent 92f01eb7e61eac3121bd552799ce62e81aa1d7e5 delete some stale documentation diff -r 92f01eb7e61e -r 26a511d6dbad doc/manual/source/new-models.rst --- a/doc/manual/source/new-models.rst Tue Aug 28 21:30:41 2012 -0700 +++ b/doc/manual/source/new-models.rst Tue Aug 28 21:39:30 2012 -0700 @@ -174,7 +174,7 @@ particularly for ease of integrating with the build system. In the case of the error model, it is very related to the packet class, so it -makes sense to implement this in the ``src/network/model`` directory where |ns3| +makes sense to implement this in the ``src/network/`` module where |ns3| packets are implemented. waf and wscript @@ -394,15 +394,6 @@ Object Framework ++++++++++++++++ -:: - static const ClassId cid; - - const InterfaceId ErrorModel::iid = - MakeInterfaceId ("ErrorModel", Object::iid); - - const ClassId ErrorModel::cid = - MakeClassId ("ErrorModel", ErrorModel::iid); - Adding-a-sample-script **********************