From d293d8cc7880a2ba567f147c06f0def5331e0db3 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 28 Aug 2012 21:39:30 -0700 Subject: [PATCH] delete some stale documentation --- doc/manual/source/new-models.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/manual/source/new-models.rst b/doc/manual/source/new-models.rst index adcbdbe27..00b83cc70 100644 --- a/doc/manual/source/new-models.rst +++ b/doc/manual/source/new-models.rst @@ -174,7 +174,7 @@ sort, it makes sense to put it into the ``src/`` directory somewhere, 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 @@ test program 1 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 **********************