X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..4ce7b56a7eb7a96ef986c6601b0e58c7cdaa3768:/src/surf/ns3/my-point-to-point-helper.h?ds=sidebyside diff --git a/src/surf/ns3/my-point-to-point-helper.h b/src/surf/ns3/my-point-to-point-helper.h index 3911f0098d..9a2acf3482 100644 --- a/src/surf/ns3/my-point-to-point-helper.h +++ b/src/surf/ns3/my-point-to-point-helper.h @@ -133,16 +133,6 @@ public: */ NetDeviceContainer Install (Ptr a, Ptr b); - /** - * \param a first node - * \param b second node - * - * Saves you from having to construct a temporary NodeContainer. - * Also, if MPI is enabled, for distributed simulations, - * appropriate remote point-to-point channels are created. - */ - NetDeviceContainer Install (Ptr a, e_ns3_network_element_type_t type_a, Ptr b, e_ns3_network_element_type_t type_b); - /** * \param a first node * \param bName name of second node @@ -199,7 +189,6 @@ private: bool explicitFilename); ObjectFactory m_queueFactory; - ObjectFactory m_queueFactory_red; ObjectFactory m_channelFactory; ObjectFactory m_remoteChannelFactory; ObjectFactory m_deviceFactory;