updated doxygen of Node::AddApplication (Ptr<Application>)
authorNicola Baldo <nbaldo@cttc.es>
Fri, 14 Oct 2011 16:00:43 +0200
changeset 7583 26d96687bb3b
parent 7582 0d04b625ea54
child 7584 edac9bf34756
updated doxygen of Node::AddApplication (Ptr<Application>)
src/network/model/node.h
--- a/src/network/model/node.h	Thu Oct 13 21:55:21 2011 +0200
+++ b/src/network/model/node.h	Fri Oct 14 16:00:43 2011 +0200
@@ -111,9 +111,7 @@
    * \returns the index of the Application within the Node's list
    *          of Application.
    *
-   * Associated this Application to this Node. This method is called
-   * automatically from Application::Application so the user
-   * has little reasons to call this method directly.
+   * Associated this Application to this Node. 
    */
   uint32_t AddApplication (Ptr<Application> application);
   /**