delete some stale documentation draft ns-3.15
authorTom Henderson <tomh@tomh.org>
Tue, 28 Aug 2012 21:39:30 -0700
changeset 9053 26a511d6dbad
parent 9052 92f01eb7e61e
child 9054 6c6ab28a57b0
delete some stale documentation
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", ErrorModel::iid);
-
 Adding-a-sample-script
 **********************